This program generates code which allows you to create effortless
Windows GUI's in C++. You can specify your window styles, dimensions
etc. and the program will generate the corresponding C++ code.
This is a program which stores information about your contacts
and uses a .dat file as the database. You can enter the name, address,
telephone number, email address and birthdate of your contacts.
A nifty feature about this program is that it automatically reminds
you if one of your contact's birthday is approaching. You can also
search your contact list for particular information.
This program highlights the use of the Access Database Object (ADO)
object in Delphi. It does so by retrieving information from an access
database. It also shows how to print SQL queries. Note: This program's interface and comments are in Spanish. However
the actual code is in English.
This program sports a fresh interface which uses a variety of components.
It basically underlines the use of the Database Access Object (DAO)
in Delphi by storing information about your 'Clients' into a MS
Acess database. Note: This program's interface and comments are in Spanish. However
the actual code is in English.
This program allows you to draw circles on the form
using your mouse pointer. You can also invert the colours on the screen.
All this is achieved using straight API calls only.
This is a small program which scans a particular section of your
hard disk ( a tree) using recursion and returns information like
the total number of files, folders, used disk space in that tree.
Sysinfo is a small utility written in Delphi
5 which retrieves information about the system it is run on. It
shows windows uptime, free space on the logical disk drives, the
computer name, the name under which windows is registered, the free
and total system RAM among other things. If you want the full installation
then Click Here.
This program explains the how to use icons
in the system tray. Right from the options available to the user
when he right clicks on it to the methods of how to dynamically
change the icons, this program shows it all.