J
James
Hi all,
I am new to VB.NET. My program has two forms, if user clicks an "OK"
button
in Form1, the From2 will be brought to front.
I found there are three methods of the Form class related to it:
Form2.Activate()
Form2.BringToFront()
Form2.Show()
Which one/ones should I use?
Thanks,
James
I am new to VB.NET. My program has two forms, if user clicks an "OK"
button
in Form1, the From2 will be brought to front.
I found there are three methods of the Form class related to it:
Form2.Activate()
Form2.BringToFront()
Form2.Show()
Which one/ones should I use?
Thanks,
James