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

Windows Forms

 
AnswerRe: Saving image to sql server using vb.net Pin
bluepoison21-Sep-09 3:21
bluepoison21-Sep-09 3:21 
GeneralRe: Saving image to sql server using vb.net Pin
dan!sh 21-Sep-09 23:12
professional dan!sh 21-Sep-09 23:12 
AnswerRe: Saving image to sql server using vb.net Pin
nowords4u22-Sep-09 10:04
nowords4u22-Sep-09 10:04 
QuestionMake Something Like the Visual Studio Start Page Pin
Brian C Hart18-Sep-09 12:47
professionalBrian C Hart18-Sep-09 12:47 
AnswerRe: Make Something Like the Visual Studio Start Page Pin
Luc Pattyn18-Sep-09 12:54
sitebuilderLuc Pattyn18-Sep-09 12:54 
QuestionRe: Make Something Like the Visual Studio Start Page Pin
Brian C Hart19-Sep-09 8:26
professionalBrian C Hart19-Sep-09 8:26 
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 
I have a small app I wrote last year that opens 3 work-related web pages in separate tabs. Never had a moment's trouble until today. For no apparent reason the WebBrowser control no longer navigates. I get a "Navigation to web page was canceled" message. IE and FireFox are both working fine. Good strong Internet connection. If I set the WebBrowser to open in a new window, IE opens as expected and navigates to the proper page. My control's AllowNavigation property is still set to True.

The code below is from a test app I wrote to see if the problem was unique to my application, but it doesn't work either.

VB
Private Sub ToolStripButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripButton1.Click
  WebBrowser1.Navigate(txt.Text)
End Sub


If I change the Navigate statement to WebBrowser1.Navigate(txt.Text, True) it opens IE and goes to the desired page. Anyone have an idea? The program was working fine before and I've made no changes, so I'm a bit stumped.
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 
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 

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.