Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


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

Search Results for "SetSystemCursor" in [All]

user32

.

private static extern bool SetSystemCursor(IntPtr hcur, uint id);

.

   SetSystemCursor(LoadCursor(IntPtr.Zero, OCR_WAIT), OCR_NORMAL);

.

     SetSystemCursor(CopyIcon(cursor), OCR_NORMAL);

.

     SetSystemCursor(LoadCursor(IntPtr.Zero, OCR_WAIT), OCR_NORMAL);

.
Summary
.

static extern bool SetSystemCursor(IntPtr hcur, uint id);

.

Private Shared Function SetSystemCursor(ByVal hCursor As IntPtr, ByVal id As Integer) As Boolean

.

private void SetSystemCursor()

.

    bool ret_val = SetSystemCursor(hcursor, OCR_NORMAL);

.
Documentation
[SetSystemCursor] on MSDN

 
Access PInvoke.net directly from VS: