K
KenR
When I create a form (Dim f as New Form1) and try to
display it using the f.Show method, the form shows, but no
controls do. I have a textbox and a progressbar on the
form.
It displays fine using f.ShowDialog, but I need the form
to be modeless.
display it using the f.Show method, the form shows, but no
controls do. I have a textbox and a progressbar on the
form.
It displays fine using f.ShowDialog, but I need the form
to be modeless.