Click here to Skip to main content
15,918,108 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: I am facing following problem, Please Help Pin
Naveed Kamboh8-Mar-07 3:27
Naveed Kamboh8-Mar-07 3:27 
AnswerRe: I am facing following problem, Please Help Pin
ToddHileHoffer8-Mar-07 3:28
ToddHileHoffer8-Mar-07 3:28 
AnswerRe: I am facing following problem, Please Help Pin
Carmine_XX8-Mar-07 3:36
Carmine_XX8-Mar-07 3:36 
GeneralRe: I am facing following problem, Please Help Pin
MulleDK1926-Jun-08 22:59
MulleDK1926-Jun-08 22:59 
Questionhow to run a .reg file using asp.net Pin
Amit Agarrwal8-Mar-07 2:34
Amit Agarrwal8-Mar-07 2:34 
AnswerRe: how to run a .reg file using asp.net Pin
ednrgc8-Mar-07 3:14
ednrgc8-Mar-07 3:14 
AnswerRe: how to run a .reg file using asp.net Pin
Christian Graus8-Mar-07 7:41
protectorChristian Graus8-Mar-07 7:41 
Questionhow to set IE proxy setting Pin
Amit Agarrwal8-Mar-07 2:26
Amit Agarrwal8-Mar-07 2:26 
Hi,
I am trying to do the following, it seems like it should work

Dim IE As InternetExplorer
IE = CreateObject("InternetExplorer.Application")
IE.Visible = True
Dim proxyObject As New System.Net.WebProxy("http://148.244.150.57:80/", True)
IE.Proxy = proxyObject
IE.Navigate("http://www.whatismyip.com")

basically when it goes to whatismyip.com it should show me the same address as the proxy, currently what is happening is that ie is starting up but then it sort of freezes and no page loads, any ideas how to fix this? (Also is there a way to set the proxy in the ie through vb or c#?)



Dotnet



Dotnet

QuestionString to Date Pin
Khan.Bangash8-Mar-07 1:48
Khan.Bangash8-Mar-07 1:48 
AnswerRe: String to Date Pin
mareers8-Mar-07 1:55
mareers8-Mar-07 1:55 
GeneralRe: String to Date Pin
Khan.Bangash8-Mar-07 1:59
Khan.Bangash8-Mar-07 1:59 
GeneralRe: String to Date Pin
Spunky Coder8-Mar-07 2:15
Spunky Coder8-Mar-07 2:15 
GeneralRe: String to Date Pin
Sandeep Kumar8-Mar-07 3:03
Sandeep Kumar8-Mar-07 3:03 
AnswerRe: String to Date Pin
linpihong8-Mar-07 22:18
linpihong8-Mar-07 22:18 
Questionam using the following to highlight a row when mousing over a GridView: Pin
Piyush Vardhan Singh8-Mar-07 1:29
Piyush Vardhan Singh8-Mar-07 1:29 
AnswerRe: am using the following to highlight a row when mousing over a GridView: Pin
badgrs8-Mar-07 1:58
badgrs8-Mar-07 1:58 
GeneralRe: am using the following to highlight a row when mousing over a GridView: Pin
Piyush Vardhan Singh8-Mar-07 18:22
Piyush Vardhan Singh8-Mar-07 18:22 
AnswerRe: am using the following to highlight a row when mousing over a GridView: Pin
Spunky Coder8-Mar-07 2:21
Spunky Coder8-Mar-07 2:21 
GeneralRe: am using the following to highlight a row when mousing over a GridView: Pin
Piyush Vardhan Singh8-Mar-07 18:24
Piyush Vardhan Singh8-Mar-07 18:24 
QuestionWeb service sample Pin
umashankergr88-Mar-07 0:43
umashankergr88-Mar-07 0:43 
Questionhelp me.... Pin
nandhusivakumar8-Mar-07 0:36
nandhusivakumar8-Mar-07 0:36 
AnswerRe: help me.... Pin
mareers8-Mar-07 1:49
mareers8-Mar-07 1:49 
GeneralRe: help me.... Pin
Naveed Kamboh8-Mar-07 3:30
Naveed Kamboh8-Mar-07 3:30 
QuestionZoho API Pin
Michael O.8-Mar-07 0:22
Michael O.8-Mar-07 0:22 
QuestionBinding a textbox Pin
Member 37415628-Mar-07 0:09
Member 37415628-Mar-07 0:09 

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.