waytech2003
Programmer
I have a minor, but anoying problem. My main form1 opens up form2 (vbmodal). On form2, I have a flexgrid that the user double-clicks on to make their selection. As soon as they do, I hide form2, and form1 gets some information from a few public variables on form2. I then unload form2 and set it to nothing.
This all works ok, but sometimes as form2 hides, the users mouse pointer may be over a command button on form1. When they are that command button triggers. How can I make form1 reject the mouse action?
Open to any and all suggestions.
Wayne
This all works ok, but sometimes as form2 hides, the users mouse pointer may be over a command button on form1. When they are that command button triggers. How can I make form1 reject the mouse action?
Open to any and all suggestions.
Wayne