Thanks for that link... I notice it says...
- GetCursor Function
The GetCursor function retrieves a handle to the current cursor.
Since this isn't working for us in IE (the number coming back is always the same) I assume that IE must define/use its own cursor/icon resource and that handle never changes.
Perhaps the following Win32 API function would allow us to get the required info...
- GetCursorInfo Function
The GetCursorInfo function retrieves information about the global cursor.
Syntax
BOOL GetCursorInfo( PCURSORINFO pci
);
Ahh well, if anyone has more info on this or knows of a DLL that can pull the current cursor type being used inside a browser (IE, Firefox, etc.), please share... and thanks in advance.