Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
class form1 inherits...
public var1 as string
...
private sub button1_click(...) handles button1.click
dim tempform2 as new form2
var1 = "this comes from form1"
tempform2.callingform = me
tempform2.show
end sub
class form2 ...
public callingform as form1
...
private sub form2_onload(...) handles mybase.onload
textbox1.text = callingform.var1
end sub
Christiaan Baes
Belgium
[italic]What a wonderfull world - Louis armstrong[/italic]