For those who aren't aware of it there is a free program that allows you to lookup very easy all the Windows API declarations for constants, types, functions, etc.
They have been converted to the IBasic format which means they look like EBasic.
I use the program almost daily.
Some of the function declarations have to be changed a little if an alias is involved.
Once you get use to the API Viewer and the way windows.inc has the leading underscores they're easy to adapt.
http://www.apiviewer.de/downloadsstore/apv2004_v310.exe
To download
Larry
Thanks, Larry. This should make it a lot easier to find all those things that people use, but I can never figure out where they found the info.
Bill