Click here to Skip to main content
15,888,803 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow do I open a url in a custom VB.net tab control brower Pin
kamakazy_kid17-Sep-11 23:17
kamakazy_kid17-Sep-11 23:17 
AnswerRe: How do I open a url in a custom VB.net tab control brower Pin
DaveAuld17-Sep-11 23:41
professionalDaveAuld17-Sep-11 23:41 
GeneralRe: How do I open a url in a custom VB.net tab control brower Pin
kamakazy_kid18-Sep-11 1:28
kamakazy_kid18-Sep-11 1:28 
GeneralRe: How do I open a url in a custom VB.net tab control brower Pin
DaveAuld18-Sep-11 1:35
professionalDaveAuld18-Sep-11 1:35 
GeneralRe: How do I open a url in a custom VB.net tab control brower Pin
kamakazy_kid18-Sep-11 2:18
kamakazy_kid18-Sep-11 2:18 
GeneralRe: How do I open a url in a custom VB.net tab control brower Pin
DaveAuld18-Sep-11 2:24
professionalDaveAuld18-Sep-11 2:24 
GeneralRe: How do I open a url in a custom VB.net tab control brower Pin
kamakazy_kid18-Sep-11 4:59
kamakazy_kid18-Sep-11 4:59 
GeneralRe: How do I open a url in a custom VB.net tab control brower [modified] Pin
DaveAuld18-Sep-11 5:17
professionalDaveAuld18-Sep-11 5:17 
WebBrowser1.Navigate(theURL)

Check the methods Navigate methods available in the class http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx[^]


edit: fixed method spelling
Dave
Find Me On: Web|Facebook|Twitter|LinkedIn

Folding Stats: Team CodeProject


modified on Sunday, September 18, 2011 11:25 AM

GeneralRe: How do I open a url in a custom VB.net tab control brower Pin
kamakazy_kid18-Sep-11 16:14
kamakazy_kid18-Sep-11 16:14 
GeneralRe: How do I open a url in a custom VB.net tab control brower Pin
DaveAuld18-Sep-11 19:28
professionalDaveAuld18-Sep-11 19:28 
GeneralRe: How do I open a url in a custom VB.net tab control brower Pin
kamakazy_kid20-Sep-11 3:57
kamakazy_kid20-Sep-11 3:57 
GeneralRe: How do I open a url in a custom VB.net tab control brower Pin
kamakazy_kid20-Sep-11 5:55
kamakazy_kid20-Sep-11 5:55 
GeneralRe: How do I open a url in a custom VB.net tab control brower Pin
kamakazy_kid22-Sep-11 3:11
kamakazy_kid22-Sep-11 3:11 
QuestionHow can i make movable Buttons? Pin
Enver Hoxha16-Sep-11 3:46
Enver Hoxha16-Sep-11 3:46 
AnswerRe: How can i make movable Buttons? Pin
MicroVirus16-Sep-11 4:49
MicroVirus16-Sep-11 4:49 
GeneralRe: How can i make movable Buttons? Pin
Lek Plepi18-Sep-11 20:54
Lek Plepi18-Sep-11 20:54 
QuestionSave Flexgrid Data in Acess Pin
Lek Plepi16-Sep-11 3:32
Lek Plepi16-Sep-11 3:32 
AnswerRe: Save Flexgrid Data in Acess Pin
Pradeep Shukla16-Sep-11 4:58
professionalPradeep Shukla16-Sep-11 4:58 
GeneralRe: Save Flexgrid Data in Acess Pin
Lek Plepi18-Sep-11 20:53
Lek Plepi18-Sep-11 20:53 
QuestionWhat's wrong with my extension method? Pin
Sonhospa16-Sep-11 2:31
Sonhospa16-Sep-11 2:31 
AnswerRe: What's wrong with my extension method? Pin
ekolis16-Sep-11 3:28
ekolis16-Sep-11 3:28 
GeneralRe: What's wrong with my extension method? Pin
Sonhospa17-Sep-11 4:32
Sonhospa17-Sep-11 4:32 
AnswerRe: What's wrong with my extension method? Pin
Wayne Gaylard16-Sep-11 3:31
professionalWayne Gaylard16-Sep-11 3:31 
GeneralRe: What's wrong with my extension method? Pin
Sonhospa17-Sep-11 4:34
Sonhospa17-Sep-11 4:34 
AnswerRe: What's wrong with my extension method? Pin
Simon_Whale16-Sep-11 3:32
Simon_Whale16-Sep-11 3:32 

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.