Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
1` DF
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "clienttoscreen" in [All]

user32

.
Summary
The ClientToScreen API converts the client-area coordinates of a specified point to screen coordinates.
.

static extern bool ClientToScreen(IntPtr hWnd, ref POINT lpPoint);

.

Private Shared Function ClientToScreen(ByVal hWnd As IntPtr, ByRef lpPoint As POINT) As Boolean

.

    static extern bool ClientToScreen(IntPtr hwnd, ref Point lpPoint);

.

        coordinatesFound = ClientToScreen(handle, ref point);

.
Documentation
[ClientToScreen] on MSDN
.

    static extern bool ClientToScreen(IntPtr hwnd, ref Point lpPoint);

.

        coordinatesFound = ClientToScreen(handle, ref point);

.

        coordinatesFound = ClientToScreen(handle, ref point);

.

    static extern bool ClientToScreen(IntPtr hwnd, ref Point lpPoint);

.

        coordinatesFound = ClientToScreen(handle, ref point);

.

        coordinatesFound = ClientToScreen(handle, ref point);


 
Access PInvoke.net directly from VS: