c# - Change cursor using User32.dll -
i have login form disappears when logged in, few moments later main form shown.
now want show waitcursor, when there no form on screen. tried setting cursor @ login button click follow:
this.cursor = cursors.waitcursor;
and
this.cursor.current = cursors.waitcursor;
both didn't work.
i googled problem , answers is: use user32.dll set cursor. okay fine, can't find documentation how change cursor. can give me example, how change cursor using user32.dll?
thanks in advance!
Comments
Post a Comment