Desktop Functions: Smart Device Functions:
|
Search Results for "SetSystemCursor" in [All]user321: CopyIcon
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); |