H
Henrik
I need to get a list of clickable objects on the desktop and their
positions.
I have written a small program in C# and by using the Win32 function:
WindowFromPoint -function I get a handle to the desktop but now I'm
stuck.
For those who need to see the code -look below
IntPtr hWnd = Win32.WindowFromPoint(Cursor.Position);
With the handle I can get alot of cool information such as: Caption,
Class and Rect but that's not what I need...!
Now what?
Regards Henrik
positions.
I have written a small program in C# and by using the Win32 function:
WindowFromPoint -function I get a handle to the desktop but now I'm
stuck.
For those who need to see the code -look below
IntPtr hWnd = Win32.WindowFromPoint(Cursor.Position);
With the handle I can get alot of cool information such as: Caption,
Class and Rect but that's not what I need...!
Now what?
Regards Henrik