|
-
May 19th, 2002, 02:59 PM
#1
Thread Starter
Addicted Member
html file into form
How would I enable a html file into a form?
-
May 19th, 2002, 03:04 PM
#2
Hyperactive Member
You could use the webbrowser control....... project > components > internet tools......... i think
See ya later,
-=XQ=-
"Reality is merely an illusion, albeit a very persistent one. "
- Albert Einstein (1879-1955)
This is the coolest site ever!!!
-
May 19th, 2002, 03:42 PM
#3
Thread Starter
Addicted Member
I've brought up the internet control and have the blah.html file in the same directory as the program, anyone know why this ain't workin?
VB Code:
Private Sub Form_Activate()
WebBrowser1.Navigate ("blah.html")
End Sub
-
May 19th, 2002, 03:44 PM
#4
The picture isn't missing
try specifying the whole path like
app.path & "\blah.html"
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
May 19th, 2002, 03:53 PM
#5
Thread Starter
Addicted Member
doh, thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|