ok, i have got the control on my form and all look ok.
ihave the following code, i was hoping it was going to display the htm file but nothing happens the form loads with a blank white Explorer control.
I get the the following messages
"File found"
then
"something went wrong with the html.."
Try
If File.Exists("d:\PreMessage" & sLangID & ".htm"

Then
MsgBox("found file"
'set the html control = the file name
'#######################################################
'########## HTML control ################################
'########################################################
frmMain.txt1frmMain.Visible = False
frmMain.AxWebBrowser1.Visible = True
frmMain.AxWebBrowser1.Navigate("d:\PreMessage" & sLangID & ".htm"
End If
Catch
MsgBox("something went wrong with the HTML page nav"

End Try
any ideas????
thanks,
mrmovie