Click here to Skip to main content
15,905,874 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Using Marquee in VB.Net Pin
Christian Graus12-Dec-05 12:26
protectorChristian Graus12-Dec-05 12:26 
AnswerRe: Using Marquee in VB.Net Pin
Curtis Schlak.12-Dec-05 13:00
Curtis Schlak.12-Dec-05 13:00 
NewsHello everybody Pin
Borun12-Dec-05 10:06
Borun12-Dec-05 10:06 
GeneralRe: Hello everybody Pin
Steve Pullan12-Dec-05 12:49
Steve Pullan12-Dec-05 12:49 
GeneralRe: Hello everybody Pin
Borun13-Dec-05 3:10
Borun13-Dec-05 3:10 
GeneralRe: Hello everybody Pin
Curtis Schlak.13-Dec-05 4:46
Curtis Schlak.13-Dec-05 4:46 
QuestionRegistry entries don't show up Regedit, but are set in UI in VS Pin
depotdog12-Dec-05 7:21
depotdog12-Dec-05 7:21 
QuestionHTTPS credentials with proxy? Pin
matsnas12-Dec-05 3:14
matsnas12-Dec-05 3:14 
I'm using the System.net.WebClient class to post a file as http through the company firewall to an external company.

To get throught the firewall I need to set the proxy creadentials. For http this works fine. My question is that if I want to send over https and need to set basic authentification for the destination system, how do I specify that? Not pretty but can I include it in the pDestination string? If I set the Credentials property of the WebClient object does that overwrite the proxy credentials?

' set proxy
Dim vProxy As WebProxy = System.Net.WebProxy.GetDefaultProxy
vProxy.Credentials = New NetworkCredential(vUsername, vPassword, vDomain)
GlobalProxySelection.Select = vProxy

' send file as http(s)
Dim vWebClient As New System.Net.WebClient
vResponseArray = vWebClient.UploadFile(pDestination, "POST", pFilePath)
QuestionNeed a button that works Pin
patrick king12-Dec-05 2:52
patrick king12-Dec-05 2:52 
AnswerRe: Need a button that works Pin
MarcelErz12-Dec-05 4:30
MarcelErz12-Dec-05 4:30 
AnswerRe: Need a button that works Pin
Christian Graus12-Dec-05 12:29
protectorChristian Graus12-Dec-05 12:29 
Questionhow do you set an item to be selected in the combobox in vb6? Pin
bonosa12-Dec-05 2:49
bonosa12-Dec-05 2:49 
AnswerRe: how do you set an item to be selected in the combobox in vb6? Pin
MarcelErz12-Dec-05 3:53
MarcelErz12-Dec-05 3:53 
AnswerRe: how do you set an item to be selected in the combobox in vb6? Pin
AminMaredia13-Dec-05 21:29
AminMaredia13-Dec-05 21:29 
GeneralRe: how do you set an item to be selected in the combobox in vb6? Pin
bonosa14-Dec-05 15:06
bonosa14-Dec-05 15:06 
Questionmodifying dll Pin
uktrips00712-Dec-05 0:06
uktrips00712-Dec-05 0:06 
AnswerRe: modifying dll Pin
Gerben Jongerius13-Dec-05 4:16
Gerben Jongerius13-Dec-05 4:16 
Questionerror in regenerating pdb file Pin
uktrips00711-Dec-05 20:40
uktrips00711-Dec-05 20:40 
AnswerRe: error in regenerating pdb file Pin
Dave Kreskowiak12-Dec-05 5:48
mveDave Kreskowiak12-Dec-05 5:48 
JokeRe: error in regenerating pdb file Pin
uktrips00713-Dec-05 0:03
uktrips00713-Dec-05 0:03 
QuestionHTML report in VB 6.0 Pin
tusar12311-Dec-05 20:15
tusar12311-Dec-05 20:15 
AnswerRe: HTML report in VB 6.0 Pin
uktrips00711-Dec-05 20:33
uktrips00711-Dec-05 20:33 
AnswerRe: HTML report in VB 6.0 Pin
MarcelErz12-Dec-05 4:32
MarcelErz12-Dec-05 4:32 
QuestionPrinting with vb.net (Urgent) Pin
HemaRawat11-Dec-05 20:06
HemaRawat11-Dec-05 20:06 
AnswerRe: Printing with vb.net (Urgent) Pin
uktrips00711-Dec-05 20:53
uktrips00711-Dec-05 20:53 

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.