get form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a windows application. This application opens some forms. I wold like
to get the first form (the one includes main) from the other forms and call
some functions in that form. How do I do this? I know

Thanks
Julia
 
Julia said:
I have a windows application. This application opens some forms. I wold
like
to get the first form (the one includes main) from the other forms and
call
some functions in that form. How do I do this? I know

'My.Forms.MainForm.Text = "Hello World"'.
 
Back
Top