K
KenR
I'm trying to create a modeless form with one textbox on
it and one progress meter. Nothing else. I am not
passing it any parameters. It will be called from a
module which is the startup object. I have the following
statements in the module:
Friend form as New Form1
form.txtMessage.Text = "Displayed Text here .."
form.pbar1.Value = 0
form.Show()
When I run it, just the form displays, but not the
controls. All the controls display fine using ShowDialog,
but I need the form to be modeless.
Thanks for any help.
it and one progress meter. Nothing else. I am not
passing it any parameters. It will be called from a
module which is the startup object. I have the following
statements in the module:
Friend form as New Form1
form.txtMessage.Text = "Displayed Text here .."
form.pbar1.Value = 0
form.Show()
When I run it, just the form displays, but not the
controls. All the controls display fine using ShowDialog,
but I need the form to be modeless.
Thanks for any help.