magicmushroom
Programmer
Hi all. I have a main form that after a click event I change the mousepointer to an hourglass and then load up another form which contains a custom control (an XML Combo box). When running in debug all works OK - the mousepointer reverts to vbDefault with no problems. But when in run-time, the mousepointer goes to vbDefault on the form, but when the cursor is over the custom control it changes back to the hourglass. I've set the control's mousepointer properties to be vbDefault, so I can't see why it works OK in debug but not at run-time. I'm aware that the mousepointer behaves erratically if calling DoEvents, but I'm not. Does anyone have any ideas?