Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 162
Default How do I insert a HTML file in a VB Form?

How do I insert a HTML file in a VB Form? I have a need to display a
webpage inside of a VB User Form...Any ideas? I'm pulling out my hair
(or whats left of it) trying to figure this one out...Any advice /
solution is much appreciated!

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 100
Default How do I insert a HTML file in a VB Form?

- Right click on "Toolbox"
- Select "Additional Controls"
- Select "WebBrowser" from list
- Insert it on your form
- In the event you can code as follows:

WebBrowser1.Navigate ("www.yahoo.com")

eg:
Private Sub Button1_Click()
WebBrowser1.Navigate ("www.yahoo.com")
End Sub

You can replace "www.yahoo.com" with your webpage.

*** Please do rate ***




" wrote:

How do I insert a HTML file in a VB Form? I have a need to display a
webpage inside of a VB User Form...Any ideas? I'm pulling out my hair
(or whats left of it) trying to figure this one out...Any advice /
solution is much appreciated!


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you populate an HTML form with EXCEL or DB file? Is it possible? [email protected] Excel Discussion (Misc queries) 0 January 20th 08 02:38 PM
Deleting HTML form objects? GeorgeM Excel Discussion (Misc queries) 3 December 29th 06 11:24 PM
Get text from a Html form josuegm Excel Programming 5 May 26th 06 12:26 AM
html form to update excel file on server. gr8guy Excel Programming 0 August 8th 05 09:33 PM
Get Hidden fields of an html form on the web William Lipp Excel Programming 1 November 20th 04 07:46 PM


All times are GMT +1. The time now is 10:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"