===================================================================
Win32Ctrl v1.1 OCX control for Visual Basic 5/6 - by Anthony Ishkan
===================================================================

I especially designed this control to help the VB programmer
that is not experienced in API programming. It contains a vast
range of functions that will no doubt help an inexperienced VB
programmer take advantage of some of the Windows API calls! I have
decided to make this control free because helping fellow programmers
is my goal, as I remember how hard it was for me to learn VB at the
beginning! PLUS, WHY CHARGE OTHERS MONEY JUST TO LEARN A COMPUTER
LANGUAGE?

If you wish to see any other functions inside this OCX control, or
other improvements or comments about it, feel free to send me an email
to:			
			buffy_ai@hotmail.com

or my ICQ number is:

			83847407

----------------------------------------------------------
FEEL FREE TO DISTRIBUTE THIS CONTROL BY ANY MEANS POSSIBLE
----------------------------------------------------------
However, taking credit for it proves you are lowering yourself as
a trustworthy programmer, as it means I am better than you!

..................................................

A quick run through of the return values of the controls' function.

NOTE - All functions return a value of 0 if an error occurred during execution.
       All functions return a value of 1 if successfully executed.

BUT - The ChangeDisplayStats function returns a 2 if the settings have changed successfully,
      but require a reboot for them to take effect.

AND... - The CloseApp function returns a 2 if the app specified is not open.

..................................................

ADDITIONAL PARAMETERS NOTES!

Win321.GetScreenshot - the parameter NameOfPicBox is the name of a picture box that is on
                       the same form as the Win32 control. This is so the control can put
                       the capture inside the picbox so u can do what u want with it l8r!

Win321.GetOpenApps - the parameter listboxname is the name of a listbox that is on the same
                     form as the Win32 control. This is where the apps that are open are listed!
      