Click here to Skip to main content
16,015,658 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Binary File Compare Pin
David Crow19-May-08 3:31
David Crow19-May-08 3:31 
AnswerRe: Binary File Compare Pin
chandu00415-May-08 20:45
chandu00415-May-08 20:45 
GeneralMessage Removed Pin
15-May-08 21:32
Armond Sarkisian15-May-08 21:32 
GeneralRe: Binary File Compare Pin
chandu00415-May-08 21:56
chandu00415-May-08 21:56 
AnswerRe: Binary File Compare Pin
sashoalm19-May-08 6:09
sashoalm19-May-08 6:09 
GeneralRe: Binary File Compare Pin
sashoalm19-May-08 6:10
sashoalm19-May-08 6:10 
QuestionHow CWebBrowser2 can use Proxy Pin
vikrant kpr15-May-08 13:33
vikrant kpr15-May-08 13:33 
AnswerRe: How CWebBrowser2 can use Proxy Pin
Rajkumar R15-May-08 20:45
Rajkumar R15-May-08 20:45 
Application can use different proxy settings for InternetOpen instance (HINTERNET) using InternetSetOption.
[
BOOL InternetSetOption(
__in HINTERNET hInternet,
__in DWORD dwOption,
__in LPVOID lpBuffer,
__in DWORD dwBufferLength
);
^
]
where hInternet, InternetOpen instance, if it is NULL, the scope of the settings is global and is default option settings for Internet Explorer. So it changes the settings for WebBrowser control as well as all instance if IE.

If you want to specify proxy settings for your application alone with out changing the default settings, I don't know any interface exposed by WebBrowser control.
But with some effort you can achieve that, you may open an HINTERNET , InternetOpen instance for your application with proxy settings, and download the URL file using [wininet APIs^]and display the html source in WebBrowser control. That is WebBrowser control is used for only rendering HTML and getting UI events, connection is handled by your program. Cool | :cool:

And if you find any other way, post it.
GeneralRe: How CWebBrowser2 can use Proxy Pin
vikrant kpr15-May-08 21:05
vikrant kpr15-May-08 21:05 
QuestionDLL modeless dialog & QT big big problem Pin
428815-May-08 12:19
428815-May-08 12:19 
AnswerRe: DLL modeless dialog & QT big big problem Pin
Stephen Hewitt15-May-08 15:35
Stephen Hewitt15-May-08 15:35 
QuestionGetFile( ) function in vc++/MFC Pin
lahom15-May-08 11:09
lahom15-May-08 11:09 
AnswerRe: GetFile( ) function in vc++/MFC Pin
David Crow15-May-08 16:42
David Crow15-May-08 16:42 
GeneralRe: GetFile( ) function in vc++/MFC Pin
lahom20-May-08 2:39
lahom20-May-08 2:39 
GeneralRe: GetFile( ) function in vc++/MFC Pin
David Crow20-May-08 3:24
David Crow20-May-08 3:24 
GeneralRe: GetFile( ) function in vc++/MFC Pin
lahom20-May-08 8:50
lahom20-May-08 8:50 
GeneralRe: GetFile( ) function in vc++/MFC Pin
David Crow20-May-08 8:54
David Crow20-May-08 8:54 
GeneralRe: GetFile( ) function in vc++/MFC Pin
lahom20-May-08 9:07
lahom20-May-08 9:07 
GeneralRe: GetFile( ) function in vc++/MFC Pin
David Crow20-May-08 10:18
David Crow20-May-08 10:18 
AnswerRe: GetFile( ) function in vc++/MFC Pin
Hamid_RT15-May-08 20:31
Hamid_RT15-May-08 20:31 
QuestionHow to verify if a password matches the local password policies? Pin
Alex Vargas15-May-08 11:08
Alex Vargas15-May-08 11:08 
QuestionDrag&Drop Sorting in Icon View of CListCtrl Pin
Brett Fowle15-May-08 9:45
Brett Fowle15-May-08 9:45 
QuestionRe: Drag&Drop Sorting in Icon View of CListCtrl Pin
Brett Fowle16-May-08 3:16
Brett Fowle16-May-08 3:16 
QuestionConsole application junk arguments Pin
kasi1415-May-08 6:29
kasi1415-May-08 6:29 
QuestionRe: Console application junk arguments Pin
David Crow15-May-08 6:48
David Crow15-May-08 6:48 

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.