I included Arrow_1.CUR in my resouce file then
put the following before the graphic window end
Code:
Cursorname="Arrow_1" hCurZoom = LoadCursor(GetModuleHandle(modulename), Cursorname) hCurZoomO = LoadCursor(GetModuleHandle(modulename), Cursorname) hPreview = GetDlgItem(hDlgPreview, %IDC_Graphic1) 'PREVIEW) hCursor1 = GetClassLong(hPreview, %GCL_HCURSOR) SetClassLong hPreview, %GCL_HCURSOR, hCurZoom 'Cursor2
CALL SetCursor(LoadCursor(%NULL, BYVAL %IDC_ARROW))
after the Graphic Window End and before DIALOG END.
Leave a comment: