You can also pass parameters in the forms constructor. If
you search for "constructor" in help index or google you
will find plenty of examples.
Your calling code will be something like this in visual
basic:
Dim FRM as New TestForm (parameter1, parameter2,
parameter3)
Testform.show
Parameter1,Parameter2 and Parameter3 can then be received
in "testform" constructor:
Public Sub New(Byval Parameter1 as int32, byval
Parameter2 as string, Byval Parameter3 as string))
Regards
Tore
gylver thecurl online.no
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.