Screen Oriented App problem with Textbox.gotfocus

  • Thread starter Thread starter Blarney
  • Start date Start date
B

Blarney

Hi,

I am being challenged by a vb.net problem. I have some textboxes that
when a user clicks them the SIP should show, but also a messagebox
showing small directions. The problem with this is the
textbox.Gotfocus call pushes the resize code to run resulting in a long
delay.

How can I work around this?

thanks!
Luck-O-the-Irish
 
I just noticed something...It appears to actually be the messageboxes
that are causing my form_resize code to be run. Any ideas?
 
Back
Top