Click here to Skip to main content
15,914,452 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Make Something Like the Visual Studio Start Page Pin
Luc Pattyn19-Sep-09 8:57
sitebuilderLuc Pattyn19-Sep-09 8:57 
QuestionWebBrowser control stopped working Pin
Alan Burkhart17-Sep-09 5:22
Alan Burkhart17-Sep-09 5:22 
AnswerRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 5:44
sitebuilderLuc Pattyn17-Sep-09 5:44 
GeneralRe: WebBrowser control stopped working Pin
Alan Burkhart17-Sep-09 15:09
Alan Burkhart17-Sep-09 15:09 
GeneralRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 15:23
sitebuilderLuc Pattyn17-Sep-09 15:23 
GeneralRe: WebBrowser control stopped working Pin
Alan Burkhart17-Sep-09 15:56
Alan Burkhart17-Sep-09 15:56 
GeneralRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 16:05
sitebuilderLuc Pattyn17-Sep-09 16:05 
GeneralRe: WebBrowser control stopped working Pin
Alan Burkhart17-Sep-09 16:38
Alan Burkhart17-Sep-09 16:38 
Not getting any exceptions. Just the browser message.

Using slightly different code in test app, and now the message is "This program cannot display the webpage."

VB
Public Class Form1

  Private Sub ToolStripButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripButton1.Click
    Try
      WebBrowser1.Navigate("http://www.google.com/")
    Catch ex As Exception
      MsgBox(ex.ToString)
    End Try
  End Sub

  Private Sub WebBrowser1_Navigated(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserNavigatedEventArgs) Handles WebBrowser1.Navigated
    'Text box in toolstrip
    txt.Text = WebBrowser1.Url.ToString
  End Sub
End Class

GeneralRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 16:52
sitebuilderLuc Pattyn17-Sep-09 16:52 
GeneralRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 16:56
sitebuilderLuc Pattyn17-Sep-09 16:56 
GeneralRe: WebBrowser control stopped working Pin
Alan Burkhart17-Sep-09 17:09
Alan Burkhart17-Sep-09 17:09 
GeneralRe: WebBrowser control stopped working Pin
Alan Burkhart17-Sep-09 18:01
Alan Burkhart17-Sep-09 18:01 
GeneralRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 18:29
sitebuilderLuc Pattyn17-Sep-09 18:29 
QuestionReplacement component for the Microsoft MSHTML component (PIA) [modified] Pin
Joost Verdaasdonk17-Sep-09 2:47
Joost Verdaasdonk17-Sep-09 2:47 
AnswerRe: Replacement component for the Microsoft MSHTML component (PIA) Pin
Joost Verdaasdonk20-Sep-09 21:57
Joost Verdaasdonk20-Sep-09 21:57 
QuestionAdding Dropdown button to ToolStrip Pin
εїзεїзεїз16-Sep-09 21:49
εїзεїзεїз16-Sep-09 21:49 
AnswerRe: Adding Dropdown button to ToolStrip Pin
Henry Minute17-Sep-09 3:13
Henry Minute17-Sep-09 3:13 
GeneralRe: Adding Dropdown button to ToolStrip Pin
εїзεїзεїз17-Sep-09 13:10
εїзεїзεїз17-Sep-09 13:10 
GeneralRe: Adding Dropdown button to ToolStrip Pin
Henry Minute17-Sep-09 13:44
Henry Minute17-Sep-09 13:44 
GeneralRe: Adding Dropdown button to ToolStrip Pin
εїзεїзεїз17-Sep-09 23:40
εїзεїзεїз17-Sep-09 23:40 
QuestionUsing Reflection to access functionality from a web-hosted library. Pin
ccdsystems15-Sep-09 13:33
ccdsystems15-Sep-09 13:33 
AnswerRe: Using Reflection to access functionality from a web-hosted library. Pin
Dave Kreskowiak16-Sep-09 5:17
mveDave Kreskowiak16-Sep-09 5:17 
GeneralRe: Using Reflection to access functionality from a web-hosted library. Pin
ccdsystems16-Sep-09 7:44
ccdsystems16-Sep-09 7:44 
QuestionRetaining Drawn Graphics Pin
farzadmf15-Sep-09 12:23
farzadmf15-Sep-09 12:23 
AnswerRe: Retaining Drawn Graphics Pin
Luc Pattyn15-Sep-09 14:57
sitebuilderLuc Pattyn15-Sep-09 14:57 

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.