English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

for example, after i clicked a button, it then goes to another kind of form

2007-01-03 07:47:45 · 3 answers · asked by Gunslinger 2 in Computers & Internet Programming & Design

3 answers

In the code for the button simply show the second form like Form2.Show()
I'd also use ME.Hide() or Form1.Hide() to hide the first form.

2007-01-03 08:43:42 · answer #1 · answered by rod 6 · 0 0

You just create an instance of the new form and show it, then close the current form.

2007-01-03 15:51:35 · answer #2 · answered by fay_chai_kai 3 · 0 0

Create an instance of the second form.
.form2.show
then hide the first form
.form(Me).hide

2007-01-03 19:33:47 · answer #3 · answered by vgordon_90 5 · 0 0

fedest.com, questions and answers