0x000013
Results
1
comments of
0x000013
This issue seems to be fixed by this code: ```csharp [DllImport("user32.dll", SetLastError = true)] static extern IntPtr LoadCursor(IntPtr hInstance, int lpCursorName); [DllImport("user32.dll", SetLastError = true)] static extern IntPtr SetCursor(IntPtr hCursor);...