Hi,
To read the proxy address and port I use one of the followings way:
1- Using registry by reading it from
//HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings.

2- Using WinInet InternetQueryOption function with INTERNET_OPTION_PROXY
parameter.

Both ways are working fine in ordinary Delphi application, but they are
always gives empty results when I use the same code in service application
(TService).

Can you please help in solving this problem?

Thank you

_______________________________________________
Delphi mailing list -> Delphi@elists.org
http://www.elists.org/mailman/listinfo/delphi

Reply via email to