G
Guest
I am using vb and I need to add a second form. I designed
the form with the designer and I start the form like this:
dim frmAbout as new Form2
frmAbout.show
The problem is that the second form hides the keyboard so I
can't enter anything in a textbox on that form. Any ideas?
Tia.
the form with the designer and I start the form like this:
dim frmAbout as new Form2
frmAbout.show
The problem is that the second form hides the keyboard so I
can't enter anything in a textbox on that form. Any ideas?
Tia.