I'm trying to change the cursor to IDC_WAIT when a button is pressed in a dialog box. I looked at LoadCursor(), but it wants the instance handle to the application not the dialog box. I even tried it but it didn't load the icon.

Any help would be appreciated..

Dan