Carlos,
I've been having an issue with mouse activity which I have traced back to the ctl32_balloontip.
I have a form on which I have used the balloon tip, this form is called from a number of different locations without issue. However in one instance the form is called by the MouseUp() event after a user has clicked and dragged. When I call the form in this way the form responds to keyboard input but will not repond to any mouse input, instead the forms click() event fires.
If I remove ctl32_balloontip from form then the issue goes away and if I instatiate ctl32_balloontip in the activate() method of the form I get no problem. I am guessing it has something to do with binding mouse events within balloontip but not sure what.
I am happy to instatiate in Activate() so I have no real problem now, but wanted you to know in case anyone else gets similair issues.
Gary.
