
In Design mode Form invisible
says...
Quote:
>Does anyone know why when I click 'View Form' in the Project window
>for my .FRM form file the display of the form remains invisible.
>I do see the Code for the form, and the properties; I just can't
>see the Form. I'm running VB 4.0
The only suggestion I have for this one is that when you display the form,
check its properties, specifically the Left and Top properties. Set them both
to 0 (that's zero). It could be that your form is off the screen.
Hope this helps
Luis Duran