|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to Get the Desktop WindowPrivate Declare Auto Function GetDesktopWindow Lib "user32.dll" () As IntPtr
Hello Josh,
Yes you are on the right track. Here is the GetDesktopWindow function being used in a real-world app. http://www.c-sharpcorner.com/Code/2003/Dec/ScreenCapture.asp Best of luck! RBischoff , your C# ally JR> Private Declare Auto Function GetDesktopWindow Lib "user32.dll" () JR> As IntPtr JR> |
|||||||||||||||||||||||