M
Marc Hillman
Dumb question I know, but after 2 hours googling I give up.
What is the easiest/recommended way to access the Win32 API from VB Studio
Express? I assumed it would be a simple matter of Imports Win32, or
something similar and the whole API would be exposed. Surely I don't have to
Declare every API function I call individually? I just want to do things
like FindWindow, GetForegroundWindow and SendMessage. There are also a
gazillion constants like WM_CHAR et al, that I would have thought were
predefined somewhere.
What is the easiest/recommended way to access the Win32 API from VB Studio
Express? I assumed it would be a simple matter of Imports Win32, or
something similar and the whole API would be exposed. Surely I don't have to
Declare every API function I call individually? I just want to do things
like FindWindow, GetForegroundWindow and SendMessage. There are also a
gazillion constants like WM_CHAR et al, that I would have thought were
predefined somewhere.