Click here to Skip to main content
16,004,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Text editor buffer Pin
Pavel Klocek20-Oct-02 23:49
Pavel Klocek20-Oct-02 23:49 
GeneralRe: Text editor buffer Pin
Neville Franks21-Oct-02 0:39
Neville Franks21-Oct-02 0:39 
GeneralRe: Text editor buffer Pin
Rang3r21-Oct-02 1:08
Rang3r21-Oct-02 1:08 
Generalthesraus Pin
fordge20-Oct-02 20:13
fordge20-Oct-02 20:13 
Generalget back the lParam of TREEITEM Pin
Anonymous20-Oct-02 19:44
Anonymous20-Oct-02 19:44 
GeneralRe: get back the lParam of TREEITEM Pin
Ozgur Aydin Yuksel20-Oct-02 22:15
Ozgur Aydin Yuksel20-Oct-02 22:15 
GeneralGet page immediately after html post Pin
hui_km20-Oct-02 19:17
hui_km20-Oct-02 19:17 
GeneralRe: Get page immediately after html post Pin
Nish Nishant20-Oct-02 19:25
sitebuilderNish Nishant20-Oct-02 19:25 
Something like this :-

//...<br />
<br />
CInternetSession conn;<br />
CHttpConnection *phttpconn;<br />
<br />
phttpconn= conn.GetHttpConnection(m_server,<br />
		  (INTERNET_PORT )80); <br />
<br />
CHttpFile* phttpfile = phttpconn->OpenRequest("GET",<br />
		 cmd); <br />
<br />
BOOL b1=phttpfile->SendRequest();<br />
<br />
//...<br />
<br />
CFile f2(s,CFile::OpenFlags::modeCreate | CFile::OpenFlags::modeWrite); <br />
while(true)<br />
{<br />
	n=phttpfile->Read(buff2,127);<br />
	buff2[n]=0;<br />
	f2.Write(buff2,n); <br />
	if(n<127)<br />
		break;<br />
}<br />
f2.Close();<br />
<br />
//...


Regards,
Nish


Author of the romantic comedy

Summer Love and Some more Cricket [New Win]

Review by Shog9
Click here for review[NW]

GeneralRe: Get page immediately after html post Pin
Stephane Rodriguez.20-Oct-02 19:36
Stephane Rodriguez.20-Oct-02 19:36 
GeneralRe: Get page immediately after html post Pin
Nish Nishant20-Oct-02 19:41
sitebuilderNish Nishant20-Oct-02 19:41 
GeneralReplaying Events Pin
p_khasnis20-Oct-02 17:47
p_khasnis20-Oct-02 17:47 
GeneralRe: Replaying Events Pin
David Salter21-Oct-02 10:26
David Salter21-Oct-02 10:26 
Generalgettting filename from url.. Pin
itblue20-Oct-02 17:00
itblue20-Oct-02 17:00 
GeneralRe: gettting filename from url.. Pin
valikac20-Oct-02 17:11
valikac20-Oct-02 17:11 
GeneralRe: gettting filename from url.. Pin
itblue20-Oct-02 18:19
itblue20-Oct-02 18:19 
GeneralRe: gettting filename from url.. Pin
Michael Dunn20-Oct-02 21:25
sitebuilderMichael Dunn20-Oct-02 21:25 
GeneralRe: gettting filename from url.. Pin
dabs21-Oct-02 6:03
dabs21-Oct-02 6:03 
QuestionLparam and Param ? Pin
imran_rafique20-Oct-02 16:57
imran_rafique20-Oct-02 16:57 
GeneralClipboard into Notepad Pin
Shay Harel20-Oct-02 16:41
Shay Harel20-Oct-02 16:41 
GeneralRe: Clipboard into Notepad Pin
Neville Franks20-Oct-02 16:58
Neville Franks20-Oct-02 16:58 
Questionu (key)is typed into edit box ? Pin
imran_rafique20-Oct-02 16:33
imran_rafique20-Oct-02 16:33 
AnswerRe: u (key)is typed into edit box ? Pin
Christian Graus20-Oct-02 16:41
protectorChristian Graus20-Oct-02 16:41 
GeneralRe: u (key)is typed into edit box ? Pin
imran_rafique20-Oct-02 17:31
imran_rafique20-Oct-02 17:31 
GeneralRe: u (key)is typed into edit box ? Pin
Christian Graus20-Oct-02 17:44
protectorChristian Graus20-Oct-02 17:44 
GeneralRe: u (key)is typed into edit box ? Pin
imran_rafique21-Oct-02 14:28
imran_rafique21-Oct-02 14:28 

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.