J
Jarod_24
I've managed find out how to start using the Win32 API's
But some of these methods got constants that you should use when caling
them. for example
the LockSetForegroundWindow got a unsigned integer as a parameter that
either can be the value of "LSFW_LOCK" or "LSFW_UNLOCK"
How do i get hold of these constants?
Is there some <DllImport-thing that i can use to get hold of these
constants?
and what should i use instead of "UInt32" (wich VB.net dosent support) when
using the API's
http://msdn.microsoft.com/library/d.../Windows/WindowReference/WindowFunctions/Lock
SetForegroundWindow.asp
But some of these methods got constants that you should use when caling
them. for example
the LockSetForegroundWindow got a unsigned integer as a parameter that
either can be the value of "LSFW_LOCK" or "LSFW_UNLOCK"
How do i get hold of these constants?
Is there some <DllImport-thing that i can use to get hold of these
constants?
and what should i use instead of "UInt32" (wich VB.net dosent support) when
using the API's
http://msdn.microsoft.com/library/d.../Windows/WindowReference/WindowFunctions/Lock
SetForegroundWindow.asp