Click here to Skip to main content
15,916,601 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to debug an issue where the debugger does not stop at your breakpoints? Pin
Cyrilix21-Aug-07 15:43
Cyrilix21-Aug-07 15:43 
QuestionSQLExecute() issue [modified] Pin
__yash__21-Aug-07 4:27
professional__yash__21-Aug-07 4:27 
AnswerRe: SQLExecute() issue Pin
David Crow21-Aug-07 5:05
David Crow21-Aug-07 5:05 
Question..ppm files Pin
Maynka21-Aug-07 4:20
Maynka21-Aug-07 4:20 
AnswerRe: ..ppm files Pin
Russell'21-Aug-07 4:56
Russell'21-Aug-07 4:56 
AnswerRe: ..ppm files Pin
Hamid_RT21-Aug-07 5:00
Hamid_RT21-Aug-07 5:00 
Questionextracting and storing source code of web page in CString Pin
Dhiraj kumar Saini21-Aug-07 4:15
Dhiraj kumar Saini21-Aug-07 4:15 
AnswerRe: extracting and storing source code of web page in CString Pin
Anand Todkar21-Aug-07 4:41
Anand Todkar21-Aug-07 4:41 
CInternetSession objInternetsession;
int nLength = 100; // Can be changed.

char* pchData = new char[nLength];

CHttpFile* pHttpFile = (CHttpFile*) objInternetsession.OpenURL(m_csUrl);

long x = pHttpFile->GetLength();

pHttpFile->Read(pchData, x);

CString csData = pchData;

I hope this will work for you.

Thanks,
Anand.

GeneralRe: extracting and storing source code of web page in CString Pin
Anand Todkar21-Aug-07 4:43
Anand Todkar21-Aug-07 4:43 
AnswerRe: extracting and storing source code of web page in CString Pin
ThatsAlok21-Aug-07 23:36
ThatsAlok21-Aug-07 23:36 
Questiondisaplay source code of a web page in a messagebox Pin
Dhiraj kumar Saini21-Aug-07 3:19
Dhiraj kumar Saini21-Aug-07 3:19 
QuestionRe: disaplay source code of a web page in a messagebox Pin
David Crow21-Aug-07 3:23
David Crow21-Aug-07 3:23 
AnswerRe: disaplay source code of a web page in a messagebox Pin
Iain Clarke, Warrior Programmer21-Aug-07 3:32
Iain Clarke, Warrior Programmer21-Aug-07 3:32 
QuestionHow to pad a string? Pin
simoncoul21-Aug-07 3:17
simoncoul21-Aug-07 3:17 
AnswerRe: How to pad a string? Pin
David Crow21-Aug-07 3:24
David Crow21-Aug-07 3:24 
GeneralRe: How to pad a string? Pin
simoncoul21-Aug-07 3:56
simoncoul21-Aug-07 3:56 
QuestionGetRowsAffected() - ODBC Class Pin
Programm3r21-Aug-07 2:28
Programm3r21-Aug-07 2:28 
QuestionRe: GetRowsAffected() - ODBC Class Pin
David Crow21-Aug-07 2:52
David Crow21-Aug-07 2:52 
AnswerRe: GetRowsAffected() - ODBC Class Pin
Programm3r21-Aug-07 2:57
Programm3r21-Aug-07 2:57 
GeneralRe: GetRowsAffected() - ODBC Class Pin
David Crow21-Aug-07 3:02
David Crow21-Aug-07 3:02 
GeneralRe: GetRowsAffected() - ODBC Class Pin
Programm3r21-Aug-07 3:20
Programm3r21-Aug-07 3:20 
GeneralRe: GetRowsAffected() - ODBC Class Pin
Iain Clarke, Warrior Programmer21-Aug-07 3:41
Iain Clarke, Warrior Programmer21-Aug-07 3:41 
GeneralRe: GetRowsAffected() - ODBC Class Pin
David Crow21-Aug-07 4:00
David Crow21-Aug-07 4:00 
QuestionRe: GetRowsAffected() - ODBC Class Pin
Programm3r21-Aug-07 4:23
Programm3r21-Aug-07 4:23 
QuestionMFC Documentation Pin
Justin Perez21-Aug-07 2:24
Justin Perez21-Aug-07 2:24 

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.