hi try the following code on Click event of any control
' Specifying 1 as the second argument opens the application in
' normal size and gives it the focus.
Dim RetVal
RetVal = Shell("C:\WINDOWS\CALC.EXE", 1) ' Run Calculator.
This uses the Shell function in VB to open any exe.
Hope this is what u looking for
Look up ShellExecute in help. There will, I'm sure be a good example. What you need to do is to ShellExecute your htm file. This will start up whatever browser you have a default, and show the page, whether local or Internet Peter Meachem
peter@accuflight.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.