Click here to Skip to main content
15,906,341 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to allow the user to choose language and... Pin
Joan M15-Oct-01 0:46
professionalJoan M15-Oct-01 0:46 
AnswerRe: How to allow the user to choose language and... Pin
Tomasz Sowinski15-Oct-01 2:58
Tomasz Sowinski15-Oct-01 2:58 
GeneralRe: How to allow the user to choose language and... Pin
Joan M15-Oct-01 5:57
professionalJoan M15-Oct-01 5:57 
Generalexcuse me ! Pin
15-Oct-01 0:04
suss15-Oct-01 0:04 
QuestionCan someone put me on the right track? Pin
foobat14-Oct-01 23:06
foobat14-Oct-01 23:06 
AnswerRe: Can someone put me on the right track? Pin
Rob Caldecott15-Oct-01 3:27
Rob Caldecott15-Oct-01 3:27 
Questionconvert CString to LPCSTR and LPCSTR to CString ? Pin
14-Oct-01 22:34
suss14-Oct-01 22:34 
AnswerRe: convert CString to LPCSTR and LPCSTR to CString ? Pin
Daniel Visan14-Oct-01 23:00
Daniel Visan14-Oct-01 23:00 
You only have to look in MSDN at CString::CString , CString::GetBuffer , CString::ReleaseBuffer

1)LPCSTR->CString
CString constructor---CString::CString( LPCSTR lpsz );
2)CString->LPTSTR
LPTSTR GetBuffer( int nMinBufLength );
Make sure you understand the ReleaseBuffer method.

GeneralRe: convert CString to LPCSTR and LPCSTR to CString ? Pin
14-Oct-01 23:17
suss14-Oct-01 23:17 
GeneralRe: convert CString to LPCSTR and LPCSTR to CString ? Pin
15-Oct-01 9:57
suss15-Oct-01 9:57 
QuestionHow to find out remote files? Pin
Daniel Visan14-Oct-01 21:45
Daniel Visan14-Oct-01 21:45 
AnswerRe: How to find out remote files? Pin
Michael Dunn14-Oct-01 21:56
sitebuilderMichael Dunn14-Oct-01 21:56 
AnswerSorry, stupid question... Pin
Daniel Visan14-Oct-01 22:01
Daniel Visan14-Oct-01 22:01 
GeneralRe: Sorry, stupid question... Pin
NormDroid14-Oct-01 22:12
professionalNormDroid14-Oct-01 22:12 
GeneralRe: You missunderstood me. My fault. Pin
Daniel Visan14-Oct-01 23:27
Daniel Visan14-Oct-01 23:27 
GeneralRe: You missunderstood me. My fault. Pin
markkuk15-Oct-01 0:41
markkuk15-Oct-01 0:41 
GeneralRe: You missunderstood me. My fault. Pin
Daniel Visan15-Oct-01 1:01
Daniel Visan15-Oct-01 1:01 
AnswerA serious problem on the subject now... Pin
Daniel Visan14-Oct-01 22:38
Daniel Visan14-Oct-01 22:38 
GeneralATL Pin
14-Oct-01 21:21
suss14-Oct-01 21:21 
GeneralATL - Addition to the question Pin
14-Oct-01 22:27
suss14-Oct-01 22:27 
GeneralWhy no one answer me ? Pin
15-Oct-01 0:28
suss15-Oct-01 0:28 
GeneralRe: ATL - Addition to the question Pin
Michael P Butler15-Oct-01 1:27
Michael P Butler15-Oct-01 1:27 
Generalregistered the dll.regsvr32 Pin
15-Oct-01 2:44
suss15-Oct-01 2:44 
GeneralRe: registered the dll.regsvr32 Pin
Michael P Butler15-Oct-01 2:47
Michael P Butler15-Oct-01 2:47 
GeneralRe: registered the dll.regsvr32 Pin
Firoz15-Oct-01 2:59
Firoz15-Oct-01 2:59 

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.