Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: TWebBrowser - How do I load proxy username and password before TWebBrowser.N

www.cryer.info
Managed Newsgroup Archive

Re: TWebBrowser - How do I load proxy username and password before TWebBrowser.N

Subject:Re: TWebBrowser - How do I load proxy username and password before TWebBrowser.N
Posted by:"Eddie Shipman" (mr_delphi_developer@nospamyahoo.com)
Date:16 Aug 2006 09:48:32

Remy Lebeau (TeamB) wrote:

>
> "jason" <jason@messagemotionremovedot.com.au> wrote in message
> news:44e13acd$1@newsgroups.borland.com...
>
> > I know the proxy port/server/username/password which I store in
> > the database, but how do I pass those details to the TWebBrowser
> > component "before" I navigate to the URL?
>
> You can't.  TWebBrowser is a simple wrapper of the Internet Explorer
> ActiveX control.  As such, proxy support is managed in IE's settings
> dialog.  You can't set the values programmably.  If you want to do
> that, then you can't use TWebBrowser at all.  You will have to
> program for the HTTP protocol directly, such as with Indy or other
> third party library, or with Microsoft's WinInet or WinHTTP APIs.
>
>
> Gambit

He can read/modify the IE PRoxy info in the registry.


--

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive