Because my main application often loads and terminates several extra VB6 applications and it is pretty annoying to see how cursor icon jerks and switches many times from normal arrow to BUSY hourglass or “Working in background” hourglass with arrow
I try to use this code it seems like it does not working …
hNormal = CopyIcon(GetCursor())
makelog Me.Name & ";;Err.LastDllError=" & Err.LastDllError & ";hArrow=" & hArrow & ";hNormalor = " & hNormal & ";retval=" & retval
retval = SetSystemCursor(hNormal, IDC_APPSTARTING)
So here is the question: How to replace in current scheme (whether it is default scheme, or 3d bronze scheme or dinosaur scheme, or etc.) cursor mode “BUSY” or “WORKING IN BACKGROUND” to “NORMAL SELECT” cursor icon, and them how to restore back to normal when my main application ended or terminated

New Topic/Question
Reply




MultiQuote




|