Software form.

Title		: SysInfo
Filenames	: convert.h, main.cpp, main.h, sysinfoclass.h, sysinfo.ico, sysinfo.exe,  		  	  readme.txt
Author		: Apurva Mehta
Email Address	: apurva@gmx.net
       
=======================================================================

* Construction *

Compiler	: Visual C++ 6.0
Known Bugs	: I can't get the window background to look normal.
Build Time	: I havent counted :(

========================================================================

*  Program Description *
  

This is a C++ program that uses straight API calls to create a windows program with a graphical user interface. Amongst the controls used are text boxes, buttons, a progress bar, , a track bar, static text etc. There are also menu bars, dialog boxes etc. 
The program basically retrieves information about your computer like windows uptime, current time, date etc. This is done thru a sysinfo class whose source is included in the file sysinfoclass.h. Please send me any feedback you may have.
  

