G Guest Mar 10, 2004 #1 i have form1 and form2 and button1 .... i want when i press button1 form 2 sho and i don't know how i
i have form1 and form2 and button1 .... i want when i press button1 form 2 sho and i don't know how i
R Richard Mar 10, 2004 #2 Dim YourForm2 as Form2 YourForm2 = New Form2 YourForm2.Show or YourForm2.ShowDialog Richard
H Herfried K. Wagner [MVP] Mar 10, 2004 #4 * =?Utf-8?B?QW1yIEVsc2hhemx5?= said: i have form1 and form2 and button1 .... i want when i press button1 form 2 show and i don't know how Click to expand... \\\ Call (New Form2()).ShowDialog() ///
* =?Utf-8?B?QW1yIEVsc2hhemx5?= said: i have form1 and form2 and button1 .... i want when i press button1 form 2 show and i don't know how Click to expand... \\\ Call (New Form2()).ShowDialog() ///