.show only displays title (vb)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I seem to have no problem showing a new form if it is called using a menu or
button. If the form is show or created and shown from a data receive event
from a code or class module, I only see the title bar and the application
stops responding to user input. I do not get any errors in the debuger and
when I break it looks as though it is happily waiting for events. I have
reduced this the the simplest code.
dim f as new form1
f.show
I put this in the two different places and they behave differently. One
works must fine the other is a mess.
Anyone seen this behavior before. I am using vb.
 
Back
Top