Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mousepointer changes to Hourglass over custom control

Status
Not open for further replies.

magicmushroom

Programmer
Nov 21, 2000
8
GB
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top