Click here to Skip to main content
16,005,734 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionInPlaceFrame Pin
Rinu_Raj26-Jul-06 17:48
Rinu_Raj26-Jul-06 17:48 
QuestionInPlaceFrame Pin
Rinu_Raj26-Jul-06 17:47
Rinu_Raj26-Jul-06 17:47 
Questionstationary dialog box Pin
Ram Murali26-Jul-06 15:14
Ram Murali26-Jul-06 15:14 
AnswerRe: stationary dialog box Pin
Christian Graus26-Jul-06 15:26
protectorChristian Graus26-Jul-06 15:26 
AnswerRe: stationary dialog box Pin
Nibu babu thomas26-Jul-06 17:15
Nibu babu thomas26-Jul-06 17:15 
AnswerRe: stationary dialog box Pin
see me26-Jul-06 17:17
see me26-Jul-06 17:17 
AnswerRe: stationary dialog box Pin
Steve S26-Jul-06 21:28
Steve S26-Jul-06 21:28 
QuestionGet HTML source into MFC app via https Pin
StuartP200226-Jul-06 14:57
StuartP200226-Jul-06 14:57 
I have an MFC app that we use Microsoft Visual C++ 6.0 to compile.
I need to get information from a secure website into my app using 2 way SSL. I have tried using MFC's CHtmlView to obtain this information, and was successful; however, my users have all different types of web browsers. For example I have a user that has installed their X.509 certificate into Netscape, but not in Internet Explorer.
I need to somehow make a 2 way SSL connection from my app that uses the default web browser's certificate (which is password protected) and then obtain the body text of the webpage.
I was thinking about maybe trying to use ShellExecute and then obtain the windows handle (the first parameter) and somehow capture the body of the webpage. But I have not seen any examples on the web for this.

Ideally, I would like to not display the default browser, but just use the default browsers certificate store to communicate via 2 way SSL. All I need is to obtain one line of text from this secure webpage (generated from a servlet running on weblogic 8.1)

Thank you for any responses.


Stuart
QuestionSendMessage() function returns 0 Pin
BuckBrown26-Jul-06 12:55
BuckBrown26-Jul-06 12:55 
AnswerRe: SendMessage() function returns 0 Pin
Hamid_RT26-Jul-06 19:29
Hamid_RT26-Jul-06 19:29 
QuestionSay what? Strange combobox behavior... [modified] Pin
lctrncs26-Jul-06 12:21
lctrncs26-Jul-06 12:21 
QuestionRe: Say what? Strange combobox behavior... Pin
Hamid_RT27-Jul-06 7:45
Hamid_RT27-Jul-06 7:45 
AnswerRe: Say what? Strange combobox behavior... Pin
lctrncs27-Jul-06 9:57
lctrncs27-Jul-06 9:57 
GeneralRe: Say what? Strange combobox behavior... Pin
lctrncs27-Jul-06 12:50
lctrncs27-Jul-06 12:50 
QuestionCommon Dialog Box'es Pin
G_S26-Jul-06 9:04
G_S26-Jul-06 9:04 
AnswerRe: Common Dialog Box'es Pin
Zac Howland26-Jul-06 9:17
Zac Howland26-Jul-06 9:17 
AnswerRe: Common Dialog Box'es Pin
PJ Arends26-Jul-06 9:18
professionalPJ Arends26-Jul-06 9:18 
AnswerRe: Common Dialog Box'es Pin
Hamid_RT26-Jul-06 19:32
Hamid_RT26-Jul-06 19:32 
Questionsearching within strings Pin
jon-8026-Jul-06 8:18
professionaljon-8026-Jul-06 8:18 
AnswerRe: searching within strings Pin
Chris Losinger26-Jul-06 8:19
professionalChris Losinger26-Jul-06 8:19 
AnswerRe: searching within strings Pin
David Crow26-Jul-06 8:22
David Crow26-Jul-06 8:22 
GeneralRe: searching within strings Pin
jon-8026-Jul-06 9:12
professionaljon-8026-Jul-06 9:12 
GeneralRe: searching within strings Pin
David Crow26-Jul-06 9:18
David Crow26-Jul-06 9:18 
QuestionRe: searching within strings Pin
jon-8026-Jul-06 10:05
professionaljon-8026-Jul-06 10:05 
AnswerRe: searching within strings Pin
David Crow26-Jul-06 10:12
David Crow26-Jul-06 10:12 

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.