.
C# Signature:
[DllImport("gdi32.dll")]
static extern bool GetCurrentPositionEx(IntPtr hdc, out POINT lpPoint);
User-Defined Types:
POINT
Notes:
None.
Tips & Tricks:
If the form (application) is hidden, this mehtod will return 0,0.
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
The GetCurrentPositionEx API
3/16/2007 7:45:07 AM - anathan-131.107.3.84
TODO - a short description
3/16/2007 8:18:46 AM - dahminator-75.174.65.168
