Click here to Skip to main content
15,909,205 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to create Birthday Events Pin
JC.KaNNaN30-Dec-08 19:09
JC.KaNNaN30-Dec-08 19:09 
AnswerRe: How to create Birthday Events Pin
Nanda_MR30-Dec-08 20:29
Nanda_MR30-Dec-08 20:29 
AnswerRe: How to create Birthday Events Pin
Mycroft Holmes31-Dec-08 0:28
professionalMycroft Holmes31-Dec-08 0:28 
AnswerRe: How to create Birthday Events Pin
Jon_Boy31-Dec-08 2:28
Jon_Boy31-Dec-08 2:28 
AnswerRe: How to create Birthday Events Pin
JC.KaNNaN1-Jan-09 18:46
JC.KaNNaN1-Jan-09 18:46 
GeneralRe: How to create Birthday Events Pin
Nanda_MR1-Jan-09 22:47
Nanda_MR1-Jan-09 22:47 
QuestionGenerate XML file using XML schema in VB.Net 2005 Pin
jaysaran30-Dec-08 18:56
jaysaran30-Dec-08 18:56 
QuestionWebbrowser.navigate control is parsing url "&" Pin
rss_bateman30-Dec-08 10:52
rss_bateman30-Dec-08 10:52 
Why does the webbrowser.navigate control change my "&" to "&"? It messes up my URL.

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim urlString As String
'urlString = "http://www.google.com"
urlString = "http://x.x.x.247/gw-bin/gwgtwy.dll/extAPuser+pass?RQ=FI" + Chr(38) + "TY=TIFF" + Chr(38) + "CO=Sherman" + Chr(38) + "DT=12/29/08" + Chr(38) + "RN=11" + Chr(38) + "BT=005" + Chr(38) + "SE=00470" + Chr(38) + "EQ"
System.Windows.Forms.MessageBox.Show(urlString)
WebBrowser1.Navigate(urlString)

End Sub


At that point I receive an 'Invalid Character' and 'Object Expected' error.

The message box displays correctly but when I call in the control it does this, from MSE debug session:

<html><head><script src="res://mshtml.dll/objectembed_neutral.js"></script></head><body objectSource="http://x.x.x.247/gw-bin/gwgtwy.dll/extAPS1user+pass?RQ=FI&amp;TY=TIFF&amp;CO=Sherman&amp;DT=12/29/08&amp;RN=11&amp;BT=005&amp;SE=00470&amp;EQ" onload="ObjectLoad();" leftmargin=0 topmargin=0 scroll=no> <form id="objectDestination"></form> </body></html>

Thanks!
AnswerRe: Webbrowser.navigate control is parsing url "&" Pin
Christian Graus30-Dec-08 18:05
protectorChristian Graus30-Dec-08 18:05 
GeneralRe: Webbrowser.navigate control is parsing url "&" Pin
rss_bateman31-Dec-08 3:25
rss_bateman31-Dec-08 3:25 
QuestionWindow state problem Pin
Pankaj Garg30-Dec-08 1:49
Pankaj Garg30-Dec-08 1:49 
AnswerRe: Window state problem Pin
Jon_Boy30-Dec-08 3:09
Jon_Boy30-Dec-08 3:09 
QuestionLoad UserControl from existing DLL file Pin
Indra PR30-Dec-08 0:12
Indra PR30-Dec-08 0:12 
AnswerRe: Load UserControl from existing DLL file Pin
Tom Deketelaere30-Dec-08 0:19
professionalTom Deketelaere30-Dec-08 0:19 
GeneralRe: Load UserControl from existing DLL file Pin
Indra PR30-Dec-08 0:45
Indra PR30-Dec-08 0:45 
AnswerRe: Load UserControl from existing DLL file Pin
Jon_Boy30-Dec-08 2:48
Jon_Boy30-Dec-08 2:48 
GeneralRe: Load UserControl from existing DLL file Pin
Indra PR30-Dec-08 6:59
Indra PR30-Dec-08 6:59 
GeneralRe: Load UserControl from existing DLL file Pin
Dave Kreskowiak30-Dec-08 7:51
mveDave Kreskowiak30-Dec-08 7:51 
GeneralRe: Load UserControl from existing DLL file Pin
Indra PR31-Dec-08 4:07
Indra PR31-Dec-08 4:07 
GeneralRe: Load UserControl from existing DLL file Pin
Jon_Boy31-Dec-08 4:37
Jon_Boy31-Dec-08 4:37 
GeneralRe: Load UserControl from existing DLL file Pin
Indra PR31-Dec-08 17:15
Indra PR31-Dec-08 17:15 
GeneralRe: Load UserControl from existing DLL file Pin
Indra PR1-Jan-09 17:22
Indra PR1-Jan-09 17:22 
QuestionDatagridview combo box Binding problem Pin
Amit Agarrwal29-Dec-08 21:57
Amit Agarrwal29-Dec-08 21:57 
AnswerRe: Datagridview combo box Binding problem Pin
Jay Royall30-Dec-08 0:01
Jay Royall30-Dec-08 0:01 
AnswerRe: Datagridview combo box Binding problem Pin
Indra PR30-Dec-08 0:29
Indra PR30-Dec-08 0:29 

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.