G
Guest
I am trying to use the standard code for showing the form.
dim msgForm = New Form1()
msgForm.Show()
although it does show the form, but it is a just a blank white background
and when i take the mouse their it changes to an 'hour glass' i click the
mouse on it and the form just stops to repond.
Is their anything i am missing. I know it is very basic.
irfan
dim msgForm = New Form1()
msgForm.Show()
although it does show the form, but it is a just a blank white background
and when i take the mouse their it changes to an 'hour glass' i click the
mouse on it and the form just stops to repond.
Is their anything i am missing. I know it is very basic.
irfan