load cursor for hourglass-arrow
-
is there a constant for hourglass-arrow cursor? i can only see IDC_WAIT (which is the wait cursor)...? thanks Yaron
Interface basics click here : http://www.codeproject.com/com/COMBasics.asp don't forget to vote :)
-
is there a constant for hourglass-arrow cursor? i can only see IDC_WAIT (which is the wait cursor)...? thanks Yaron
Interface basics click here : http://www.codeproject.com/com/COMBasics.asp don't forget to vote :)
You can see on
LoadCursor
another constants
WhiteSky
-
is there a constant for hourglass-arrow cursor? i can only see IDC_WAIT (which is the wait cursor)...? thanks Yaron
Interface basics click here : http://www.codeproject.com/com/COMBasics.asp don't forget to vote :)
-
is there a constant for hourglass-arrow cursor? i can only see IDC_WAIT (which is the wait cursor)...? thanks Yaron
Interface basics click here : http://www.codeproject.com/com/COMBasics.asp don't forget to vote :)
-
this is exactly what i was looking for :) thanks
Interface basics click here : http://www.codeproject.com/com/COMBasics.asp don't forget to vote :)
-
IDC_WAIT represent only hourglass, the answer above suggested IDC_APPSTRING, which did what i wanted... thanks anyways Yaron
Interface basics click here : http://www.codeproject.com/com/COMBasics.asp don't forget to vote :)
-
You can see on
LoadCursor
another constants
WhiteSky
IDC_APPSTARTING did the trick :) thanks Yaron
Interface basics click here : http://www.codeproject.com/com/COMBasics.asp don't forget to vote :)