Click here to Skip to main content
15,910,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProperty Sheet in system tray Pin
Rajesh_K_Sharma7-Feb-05 17:06
Rajesh_K_Sharma7-Feb-05 17:06 
GeneralRe: Property Sheet in system tray Pin
ThatsAlok7-Feb-05 17:30
ThatsAlok7-Feb-05 17:30 
GeneralProperty Sheet Pin
Rajesh_K_Sharma7-Feb-05 16:53
Rajesh_K_Sharma7-Feb-05 16:53 
GeneralRe: Property Sheet Pin
ThatsAlok7-Feb-05 17:21
ThatsAlok7-Feb-05 17:21 
GeneralRe: Property Sheet Pin
Rajesh_K_Sharma7-Feb-05 18:39
Rajesh_K_Sharma7-Feb-05 18:39 
GeneralRe: Property Sheet Pin
ThatsAlok7-Feb-05 19:07
ThatsAlok7-Feb-05 19:07 
GeneralRe: Property Sheet Pin
Rajesh_K_Sharma7-Feb-05 19:22
Rajesh_K_Sharma7-Feb-05 19:22 
GeneralConnecting to a webpage using WinInet & through a proxy server Pin
karam_chand7-Feb-05 15:53
karam_chand7-Feb-05 15:53 
Hello,

I know this problem has been discussed before but I have some doubts over connecting to internet through proxy server.

I use HttpSendRequestEx (...) to send the data and if it returns error I use:

::HttpQueryInfo ( m_HttpOpenRequest, HTTP_QUERY_STATUS_CODE | HTTP_QUERY_FLAG_NUMBER, &qcode, &qsize, NULL);

where qcode == HTTP_STATUS_PROXY_AUTH_REQ, if proxy is required.

Now in my case, I fill the proxy details in IE options tab and I think WinInet gets this details that we require proxy auth from IT settings.

But what happens if I use FireFox and the proxy settings are given in that? How does WinInet knows that we need to bypass through a proxy server?

Or do we have to specifically give the proxy server details etc.? If yes then how do we give proxy server address, port number?

Regards,
Karam
Generalprinting image directly Pin
mark1827-Feb-05 14:43
mark1827-Feb-05 14:43 
GeneralRe: printing image directly Pin
basementman8-Feb-05 6:36
basementman8-Feb-05 6:36 
GeneralUsing ShellExecute() to execute program -- how to return quickly Pin
shultas7-Feb-05 14:18
shultas7-Feb-05 14:18 
GeneralRe: Using ShellExecute() to execute program -- how to return quickly Pin
Yulianto.7-Feb-05 14:51
Yulianto.7-Feb-05 14:51 
GeneralRe: Using ShellExecute() to execute program -- how to return quickly Pin
ThatsAlok7-Feb-05 18:33
ThatsAlok7-Feb-05 18:33 
GeneralOpening HTA with WebBrowser control Pin
Rheisman7-Feb-05 13:40
Rheisman7-Feb-05 13:40 
GeneralAlpha blending in TreeView Bitmaps Pin
r3dqu33n7-Feb-05 12:01
r3dqu33n7-Feb-05 12:01 
GeneralString problem in HKLM\MS\Windows\CurrentVersion\Run Pin
LukeV7-Feb-05 11:52
LukeV7-Feb-05 11:52 
GeneralRe: String problem in HKLM\MS\Windows\CurrentVersion\Run Pin
Michael Dunn7-Feb-05 11:55
sitebuilderMichael Dunn7-Feb-05 11:55 
GeneralRe: String problem in HKLM\MS\Windows\CurrentVersion\Run Pin
LukeV7-Feb-05 12:01
LukeV7-Feb-05 12:01 
GeneralRe: String problem in HKLM\MS\Windows\CurrentVersion\Run Pin
LukeV7-Feb-05 13:14
LukeV7-Feb-05 13:14 
GeneralRe: String problem in HKLM\MS\Windows\CurrentVersion\Run Pin
LukeV7-Feb-05 13:36
LukeV7-Feb-05 13:36 
GeneralRe: String problem in HKLM\MS\Windows\CurrentVersion\Run Pin
Michael Dunn7-Feb-05 14:47
sitebuilderMichael Dunn7-Feb-05 14:47 
GeneralRe: String problem in HKLM\MS\Windows\CurrentVersion\Run Pin
Peter Weyzen7-Feb-05 13:35
Peter Weyzen7-Feb-05 13:35 
GeneralRe: String problem in HKLM\MS\Windows\CurrentVersion\Run Pin
LukeV7-Feb-05 13:38
LukeV7-Feb-05 13:38 
GeneralHaving trouble sending this Pin
Tom Wright7-Feb-05 11:33
Tom Wright7-Feb-05 11:33 
GeneralRe: Having trouble sending this Pin
Peter Weyzen7-Feb-05 13:37
Peter Weyzen7-Feb-05 13:37 

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.