Click here to Skip to main content
15,915,864 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionA question about recording Pin
minihotto17-Oct-06 11:23
minihotto17-Oct-06 11:23 
AnswerRe: A question about recording Pin
Mark Salsbery17-Oct-06 11:43
Mark Salsbery17-Oct-06 11:43 
GeneralRe: A question about recording Pin
alphaxz17-Oct-06 19:17
alphaxz17-Oct-06 19:17 
GeneralRe: A question about recording Pin
Mark Salsbery18-Oct-06 6:35
Mark Salsbery18-Oct-06 6:35 
Question"Back" feature in VC++ Pin
Oliver12317-Oct-06 9:57
Oliver12317-Oct-06 9:57 
AnswerRe: "Back" feature in VC++ Pin
Christian Graus17-Oct-06 12:35
protectorChristian Graus17-Oct-06 12:35 
AnswerRe: "Back" feature in VC++ Pin
Michael Dunn18-Oct-06 16:00
sitebuilderMichael Dunn18-Oct-06 16:00 
QuestionAccessing a website using MFC/C++ Pin
veikko17-Oct-06 8:28
veikko17-Oct-06 8:28 
First of all, I admit freely that I have little knowledge in internet technology.

I want to read in parts of a website using C++/MFC. Using CHttpFile.functions I'm already able to read the webpage into a file. BUT: The problem is, I have to type in my nickname and passwort to reach the data in my account on this website. Can somebody tell me what to do? Or give me a hint what book/article/tutorial to read?

thanks, Veikko.

Additional info:
I analysed the html-code the website returns and I think I found the piece of code that submits the data:




...


I guess that this calls a script on the server to have the subroutine "checkLogin()" executed. checkLogin() is a html-routine that is also available in the website's sourcecode; it reads the values from the edit boxes.
My problem is now: 1. how do I set the value of the edit box to my password and 2. how do I trigger that server-script from my C++ program?

P.S.: Since my question touches C++ as well as internet-programming I posted this question in the "Internet"-board too.
AnswerRe: Accessing a website using MFC/C++ Pin
David Crow17-Oct-06 8:35
David Crow17-Oct-06 8:35 
GeneralRe: Accessing a website using MFC/C++ Pin
veikko17-Oct-06 10:01
veikko17-Oct-06 10:01 
GeneralRe: Accessing a website using MFC/C++ Pin
David Crow17-Oct-06 10:50
David Crow17-Oct-06 10:50 
GeneralRe: Accessing a website using MFC/C++ Pin
veikko17-Oct-06 19:03
veikko17-Oct-06 19:03 
QuestionMemory Overrun! in MFC Pin
mostafa_pasha17-Oct-06 8:25
mostafa_pasha17-Oct-06 8:25 
QuestionRe: Memory Overrun! in MFC Pin
David Crow17-Oct-06 8:37
David Crow17-Oct-06 8:37 
AnswerRe: Memory Overrun! in MFC Pin
Zac Howland17-Oct-06 8:52
Zac Howland17-Oct-06 8:52 
GeneralRe: Memory Overrun! in MFC Pin
David Crow17-Oct-06 9:02
David Crow17-Oct-06 9:02 
GeneralRe: Memory Overrun! in MFC Pin
Zac Howland17-Oct-06 9:19
Zac Howland17-Oct-06 9:19 
GeneralRe: Memory Overrun! in MFC Pin
charlieg29-Oct-06 13:06
charlieg29-Oct-06 13:06 
AnswerRe: Memory Overrun! in MFC Pin
Mark Salsbery17-Oct-06 9:05
Mark Salsbery17-Oct-06 9:05 
GeneralRe: Memory Overrun! in MFC Pin
ThatsAlok18-Oct-06 4:59
ThatsAlok18-Oct-06 4:59 
GeneralRe: Memory Overrun! in MFC Pin
Mark Salsbery18-Oct-06 6:37
Mark Salsbery18-Oct-06 6:37 
GeneralRe: Memory Overrun! in MFC Pin
Mark Salsbery18-Oct-06 6:40
Mark Salsbery18-Oct-06 6:40 
GeneralRe: Memory Overrun! in MFC Pin
mostafa_pasha18-Oct-06 9:15
mostafa_pasha18-Oct-06 9:15 
GeneralRe: Memory Overrun! in MFC Pin
Mark Salsbery18-Oct-06 9:56
Mark Salsbery18-Oct-06 9:56 
GeneralRe: Memory Overrun! in MFC Pin
mostafa_pasha18-Oct-06 11:05
mostafa_pasha18-Oct-06 11:05 

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.