Click here to Skip to main content
15,890,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListBox scroll bar not getting enabled Pin
FASTian14-May-04 3:54
FASTian14-May-04 3:54 
GeneralRe: CListBox scroll bar not getting enabled Pin
David Crow14-May-04 4:22
David Crow14-May-04 4:22 
GeneralRe: CListBox scroll bar not getting enabled Pin
FASTian16-May-04 21:52
FASTian16-May-04 21:52 
GeneralRe: CListBox scroll bar not getting enabled Pin
David Crow17-May-04 2:17
David Crow17-May-04 2:17 
QuestionCString insertion operator faulty? Pin
Indrawati13-May-04 23:55
Indrawati13-May-04 23:55 
AnswerRe: CString insertion operator faulty? Pin
jmkhael13-May-04 23:59
jmkhael13-May-04 23:59 
AnswerRe: CString insertion operator faulty? Pin
toxcct14-May-04 0:00
toxcct14-May-04 0:00 
AnswerRe: CString insertion operator faulty? Pin
Anand Paranjpe14-May-04 0:46
Anand Paranjpe14-May-04 0:46 
When you typecast object of CString with LPCTSTR, internally overloaded operator LPCTSTR will get called. else explicily call function of CString class "operator LPCTSTR()"

This will convert CString object to Long Pointer To Constant String which is acceptable format for ofstream.


The chosen One Smile | :)
AnswerRe: CString insertion operator faulty? Pin
David Crow14-May-04 2:44
David Crow14-May-04 2:44 
GeneralRe: CString insertion operator faulty? Pin
Mike Dimmick14-May-04 5:42
Mike Dimmick14-May-04 5:42 
GeneralRe: CString insertion operator faulty? Pin
David Crow14-May-04 5:46
David Crow14-May-04 5:46 
GeneralRe: CString insertion operator faulty? Pin
Mike Dimmick14-May-04 9:06
Mike Dimmick14-May-04 9:06 
GeneralRe: CString insertion operator faulty? Pin
David Crow14-May-04 9:10
David Crow14-May-04 9:10 
AnswerRe: CString insertion operator faulty? Pin
shea-c415-Oct-09 12:14
shea-c415-Oct-09 12:14 
GeneralINTERFACING THE PABX WITH A COMPUTER Pin
Wisdom200413-May-04 23:49
Wisdom200413-May-04 23:49 
GeneralRe: INTERFACING THE PABX WITH A COMPUTER Pin
Michael P Butler14-May-04 0:24
Michael P Butler14-May-04 0:24 
GeneralTake benefit of serialize but... Pin
doctorpi13-May-04 23:43
doctorpi13-May-04 23:43 
GeneralRe: Take benefit of serialize but... Pin
doctorpi13-May-04 23:48
doctorpi13-May-04 23:48 
GeneralACCESSING DATABASES USING DIALOGUE FORMS INSTEAD OF DOCUMENT FORMS/VIEWS Pin
Wisdom200413-May-04 23:39
Wisdom200413-May-04 23:39 
GeneralGDI+ Pin
CuongVT13-May-04 23:36
CuongVT13-May-04 23:36 
GeneralVS.NET Classwizard Pin
RChin13-May-04 22:50
RChin13-May-04 22:50 
GeneralRe: VS.NET Classwizard Pin
Maxwell Chen13-May-04 22:54
Maxwell Chen13-May-04 22:54 
GeneralRe: VS.NET Classwizard Pin
RChin13-May-04 22:59
RChin13-May-04 22:59 
GeneralRe: VS.NET Classwizard Pin
Anthony_Yio14-May-04 1:26
Anthony_Yio14-May-04 1:26 
GeneralTurning off Runtime checks in VC7 Pin
Anonymous13-May-04 22:10
Anonymous13-May-04 22:10 

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.