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

C / C++ / MFC

 
GeneralRe: Custom HTTP headers in IWebBrowser2 Pin
Rajkumar R14-Mar-08 4:03
Rajkumar R14-Mar-08 4:03 
GeneralRe: Custom HTTP headers in IWebBrowser2 Pin
berserker_r17-Mar-08 0:08
berserker_r17-Mar-08 0:08 
GeneralCIPAddressCtrl doesn't show Tooltips! Pin
Vikas K.13-Mar-08 4:43
Vikas K.13-Mar-08 4:43 
GeneralRe: CIPAddressCtrl doesn't show Tooltips! Pin
David Crow13-Mar-08 6:13
David Crow13-Mar-08 6:13 
GeneralRe: CIPAddressCtrl doesn't show Tooltips! Pin
Vikas K.13-Mar-08 19:28
Vikas K.13-Mar-08 19:28 
QuestionHow to Format the time Pin
Raj-Ekoham DwitiyoNasti13-Mar-08 4:06
Raj-Ekoham DwitiyoNasti13-Mar-08 4:06 
GeneralRe: How to Format the time Pin
ptr_Electron13-Mar-08 4:10
ptr_Electron13-Mar-08 4:10 
GeneralRe: How to Format the time Pin
ptr_Electron13-Mar-08 4:17
ptr_Electron13-Mar-08 4:17 
GeneralRe: How to Format the time Pin
Dexterus13-Mar-08 4:23
Dexterus13-Mar-08 4:23 
GeneralRe: How to Format the time Pin
krmed13-Mar-08 5:20
krmed13-Mar-08 5:20 
GeneralRe: How to Format the time Pin
Raj-Ekoham DwitiyoNasti13-Mar-08 20:12
Raj-Ekoham DwitiyoNasti13-Mar-08 20:12 
QuestionRe: How to Format the time Pin
David Crow13-Mar-08 5:51
David Crow13-Mar-08 5:51 
GeneralRe: How to Format the time Pin
Hamid_RT23-Mar-08 0:56
Hamid_RT23-Mar-08 0:56 
GeneralColored Text in win32 window + scroll Pin
Member 382549313-Mar-08 4:01
Member 382549313-Mar-08 4:01 
GeneralRe: Colored Text in win32 window + scroll Pin
led mike13-Mar-08 4:04
led mike13-Mar-08 4:04 
GeneralRe: Colored Text in win32 window + scroll Pin
Member 382549313-Mar-08 4:16
Member 382549313-Mar-08 4:16 
GeneralRe: Colored Text in win32 window + scroll Pin
Demian Panello13-Mar-08 4:59
Demian Panello13-Mar-08 4:59 
GeneralRe: Colored Text in win32 window + scroll Pin
led mike13-Mar-08 5:22
led mike13-Mar-08 5:22 
Generalwhy are junk char appended while writing CString to CFile Pin
ptr_Electron13-Mar-08 3:54
ptr_Electron13-Mar-08 3:54 
GeneralRe: why are junk char appended while writing CString to CFile Pin
Rajkumar R13-Mar-08 3:58
Rajkumar R13-Mar-08 3:58 
GeneralRe: why are junk char appended while writing CString to CFile Pin
ptr_Electron13-Mar-08 4:04
ptr_Electron13-Mar-08 4:04 
Pls find the code here

strLine.Format("%s %d %d %d",strAbc,dDlgResID,dwData,nCmd);
strLine.TrimRight();
strLine=strLine+"\r\n";

CFile file;
file.Open("c:\\some.txt", CFile::modeCreate|CFile::modeNoTruncate|CFile::modeReadWrite);
file.SeekToEnd();
file.Write(strLine,strLine.GetLength());
GeneralRe: why are junk char appended while writing CString to CFile Pin
timpa_work13-Mar-08 5:18
timpa_work13-Mar-08 5:18 
GeneralRe: why are junk char appended while writing CString to CFile Pin
David Crow13-Mar-08 5:43
David Crow13-Mar-08 5:43 
GeneralRe: why are junk char appended while writing CString to CFile Pin
krmed13-Mar-08 5:27
krmed13-Mar-08 5:27 
GeneralRe: why are junk char appended while writing CString to CFile Pin
David Crow13-Mar-08 5:44
David Crow13-Mar-08 5:44 

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.