It's another open source puzzle program where the aim is to make each row in same color. You can define the level and the colors. Help is provided. Run the "install.bat" to register the usercontrol used in this project.
Here's just another Hanoï game, fully written with vb6. Challenge yourself and your friends with up to 14 levels. The program is multilingual (English, French, Malagasy). Help is provided for those who don't understand yet the Hanoï game.
It's another complete stock management system fully written with vb6. It supports export in Microsoft Word format. Though it's in french version, you won't regret viewing it.
This is a simple inventory system that computes the running balance of an item. It records the Item received and Item issued. It then computes the running balance from Item Received minus Item Issued. Account Information: username: admin password: admin
This code will teach you on how to populate the subform using the criteria on the parent form with a click of a mouse. It will automatically compute the interest rate of a particular loan based on the number of term specified. Good for beginners to learn Microsoft Access database programming.
How to use the program: The program has 2 files to run a client/server. The server resides on the victim's computer and the client connects to the server program. You do not have to worry about running the server program as it will not do anything unless it receives command from the client program. Once the server ready to accept connection it will listen on the port 40131. To connect to the
Free RTF Report creation in Visual Basic (VB) RTF Report is very easy to create and fast. It support fast draft printing, windows printing, network draft printing, Print preview, find in preview, print options – draft printing, Print options – windows printing and many other functions.
In this code I will show you how to convert digits into their words equivalent for example you type 123 it will translate in one two three. However this code is limited only to maximum of 4 digits. The development tool that I use in this application is Turbo C++ 3.0 for DOS from Borland International. If you find my code useful send me an email at [email protected]. People here in the
Hi there this is my C langauge version of my prime number determiner version 1.0. I rewrote my original code from Java to C my personal intention is to learn to transfer one code to another language in this case in C. Personal I learn C firt prior to Java this two language is almost identical by nature. I intended this code for beginning programmer that are new in using C as there development