Would Like to Change Cursor to Hourglass & Back
Hi,
I would like to change the cursor to hourglass and back to normal. How do I do that with the NSIS scripting language?
Thanks....
Archive: Would Like to Change Cursor to Hourglass & Back
Would Like to Change Cursor to Hourglass & Back
Hi,
I would like to change the cursor to hourglass and back to normal. How do I do that with the NSIS scripting language?
Thanks....
You can write a plug-in that'd set the cursor. MSDN explains how to set the cursor. However, if you just want to show the user the program isn't hung, you should consider using the Banner plug-in.