| Author |
how to call a public method from another form
|
D. Formenton
Ranch Hand
Joined: Mar 20, 2008
Posts: 46
|
|
Dear Sir, I have a main form "MainMenu" form and another modal form "People" (started from MainMenu). The question is: It is possible (and how!) to call a public method of MainMenu from People form? thank you Domenico
|
 |
Reinaldo de Carvalho
Greenhorn
Joined: Dec 06, 2008
Posts: 11
|
|
|
yes. when you to create the second form, pass to it the "MainMenu" and keep this reference.
|
Reinaldo de Carvalho
Bahia - Brazil
|
 |
D. Formenton
Ranch Hand
Joined: Mar 20, 2008
Posts: 46
|
|
|
thank you and good new year!
|
 |
 |
|
|
subject: how to call a public method from another form
|
|
|