Click here to Skip to main content
15,917,709 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Set Printer Using Printing API Pin
Duncan Edwards Jones20-Feb-04 8:13
professionalDuncan Edwards Jones20-Feb-04 8:13 
GeneralRe: Set Printer Using Printing API Pin
Edbert P22-Feb-04 17:35
Edbert P22-Feb-04 17:35 
Generala problem in VB 6 (textbox.text) Pin
Nazila Naderi19-Feb-04 18:47
Nazila Naderi19-Feb-04 18:47 
GeneralRe: a problem in VB 6 (textbox.text) Pin
Nadroj20-Feb-04 12:46
Nadroj20-Feb-04 12:46 
GeneralRe: more details?! Pin
Nazila Naderi20-Feb-04 15:14
Nazila Naderi20-Feb-04 15:14 
GeneralRe: a problem in VB 6 (textbox.text) Pin
Hesham Amin20-Feb-04 21:40
Hesham Amin20-Feb-04 21:40 
GeneralTAB CONTROLS Pin
len_ems19-Feb-04 17:28
len_ems19-Feb-04 17:28 
GeneralRe: TAB CONTROLS Pin
Dave Kreskowiak22-Feb-04 16:36
mveDave Kreskowiak22-Feb-04 16:36 
First, add a reference to Microsoft's WEb Browser control to your project:
1.  Bring up your Toolbox window and click on the My User Controls tab
2.  Right-click in the Toolbox window and click Add/Remove Items...
3.  Click on the COM Component tab.
4.  Scroll down to Microsoft Web Browser and click the checkbox next to it, then OK.

At this point, you should see a little world icon in your Toolbox labeled Microsoft Web Browser.
5.  Click on your tab tab in the designer to bring up the page you want this on.
6.  Drag a Web Browser Control from your Toolbox onto the tab page.

Now all you have to do is set the properties of the borwser to arrange it the way you want, like if you want an address bar showing, status bar, menu bar, ... Than when that tab is clicked, your event handler should do something like this:
AxWebBrowser1.Navigate("http://www.google.com")

or some other web page, perhaps stored locally:
AxWebBrowser1.Navigate("C:\testdir\filename.html")




RageInTheMachine9532
GeneralRe: TAB CONTROLS Pin
Anonymous23-Feb-04 23:23
Anonymous23-Feb-04 23:23 
GeneralRe: TAB CONTROLS Pin
Dave Kreskowiak24-Feb-04 6:14
mveDave Kreskowiak24-Feb-04 6:14 
GeneralAdding PageBreak in Excel Pin
nvmoss19-Feb-04 11:15
nvmoss19-Feb-04 11:15 
GeneralGlobal Error Handler Pin
kingspawn19-Feb-04 8:09
kingspawn19-Feb-04 8:09 
GeneralRe: Global Error Handler Pin
John Kuhn19-Feb-04 14:11
John Kuhn19-Feb-04 14:11 
GeneralRe: Global Error Handler Pin
SimonCampbell20-Feb-04 2:03
SimonCampbell20-Feb-04 2:03 
GeneralRe: Global Error Handler Pin
John Kuhn20-Feb-04 7:52
John Kuhn20-Feb-04 7:52 
GeneralRe: Global Error Handler Pin
kingspawn20-Feb-04 9:57
kingspawn20-Feb-04 9:57 
GeneralCryptoAPI Pin
Mazdak19-Feb-04 5:08
Mazdak19-Feb-04 5:08 
GeneralRe: CryptoAPI Pin
Mike Ellison19-Feb-04 14:28
Mike Ellison19-Feb-04 14:28 
GeneralRe: CryptoAPI Pin
Mazdak20-Feb-04 0:50
Mazdak20-Feb-04 0:50 
GeneralStrong Namad Assemblies / Versioning Pin
Member 61613918-Feb-04 23:40
Member 61613918-Feb-04 23:40 
GeneralSending mail using default mail client in VB Pin
KiranGrover18-Feb-04 20:30
KiranGrover18-Feb-04 20:30 
GeneralRe: Sending mail using default mail client in VB Pin
John Kuhn18-Feb-04 20:40
John Kuhn18-Feb-04 20:40 
GeneralMap network drives--Plzz replyy Pin
radhika8118-Feb-04 18:20
radhika8118-Feb-04 18:20 
GeneralRe: Map network drives--Plzz replyy Pin
Pugman81218-Feb-04 19:09
Pugman81218-Feb-04 19:09 
GeneralRandom numbers and letters Pin
aahmad7618-Feb-04 16:33
aahmad7618-Feb-04 16:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.