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.
private function f1(byref con1 as object)
dim newcontrol as object
newcontrol = ctype(con1,con1.gettype)
end function