Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted

You have to add a WebBrowser control. It works pretty much the same way, drag and drop, set the URL (or NavigateUrl or something like that).

 

The control is not in the toolbox by default but you can add it by right clicking the toolbox and selecting "Customize...".

 

-ner

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Posted
bah i found it nevermind thanks the info :p its called axwebbrowser for me though..odd

 

not odd. Thats what it's called :D

Posted

I BELIEVE axwebbrowser is the VB6 one, VB.NET can access a number of controls from VB6. Such as MsComm for one.

 

You would be better off finding the right (VB.NET) one, future versions wont support the old VB6 controls.

Posted
Current versions of VS do not have a replacement for the axwebbrowser component' date=' future versions however will ship with a manageed version of the web browser control.[/quote']

 

 

????

 

Go in Microsoft Visual Basic .Net to :

Tools > Costumize Toolbox > The COM Components Tab

scroll down to Microsoft Web Browser

select it and press ok

 

now its in your Toolbox and its the same as in vb 6.0 just drag and drop.

 

to go to a webpage do

 

AxWebBrowser1.Navigate("http://xtremedotnettalk.com")

 

Greetz

Posted
????

 

Go in Microsoft Visual Basic .Net to :

Tools > Costumize Toolbox > The COM Components Tab

scroll down to Microsoft Web Browser

select it and press ok

 

now its in your Toolbox and its the same as in vb 6.0 just drag and drop.

 

to go to a webpage do

 

AxWebBrowser1.Navigate("http://www.xtremedotnettalk.com")

 

Greetz

Thats a COM component, not a .Net component. It won't be suported in the future and is slower while using more resources in .Net applications.

 

Of course when there isn't an alternative you use what you have until you can write a better version yourself or someone else does.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...