Click here to Skip to main content
15,909,591 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
You're using VS.NET 2002 or 2003, while the OP is using VC6. Something in either the standard library or in CString has changed enough to fix this issue between the two.

The changes to CString in MFC 7.x are extensive: it's now defined in an ATL header, for a start. It's also a template class: CString is a typedef for CStringT< StrTraitMFC< TCHAR, ChTraitsCRT< TCHAR > > >.

Stability. What an interesting concept. -- Chris Maunder
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 
GeneralRe: Turning off Runtime checks in VC7 Pin
Anthony_Yio14-May-04 1:57
Anthony_Yio14-May-04 1:57 
GeneralMain MFC and its Threads Pin
sweep12313-May-04 22:00
sweep12313-May-04 22:00 

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.