Hi people :)

Supose that you have a button that opens a new form every time you press it

Private sub command1_click ( byval E as .............. )
 Dim frm as new Form1

   frm.show ()

end sub

my question is how do i get the other open instances ???
i open several windows and i need to know some information that is i each,
how can i do that ???

Many thanks
JSB :)

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to