Click here to Skip to main content
15,902,802 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Opening Windows.Please help! Pin
Christian Graus16-Jul-01 1:09
protectorChristian Graus16-Jul-01 1:09 
QuestionCan some one please help me Pin
15-Jul-01 20:31
suss15-Jul-01 20:31 
AnswerRe: Can some one please help me Pin
Christian Graus16-Jul-01 1:11
protectorChristian Graus16-Jul-01 1:11 
QuestionCan some one please help me Pin
rajesh prabhu15-Jul-01 20:30
rajesh prabhu15-Jul-01 20:30 
QuestionCannot get working "Open" in MCIWnd???? Pin
JerzyPeter15-Jul-01 15:23
JerzyPeter15-Jul-01 15:23 
GeneralCString & TCHAR Conversions Pin
15-Jul-01 11:30
suss15-Jul-01 11:30 
GeneralRe: CString & TCHAR Conversions Pin
15-Jul-01 11:36
suss15-Jul-01 11:36 
GeneralRe: CString & TCHAR Conversions Pin
Oliver Anhuth18-Jul-01 21:23
Oliver Anhuth18-Jul-01 21:23 
There is only a CString to const THCAR* conversion defined. If you need a modifiable buffer from a CString you should take a look at the GetBuffer and ReleaseBuffer member functions.

If you need a TCHAR* and are sure that the string is not modified you can use something like this:

TCHAR* ptchar = (TCHAR*) (const TCHAR*) cstring;

But be carefull.

Oliver
GeneralOffice XP Menus Pin
15-Jul-01 11:18
suss15-Jul-01 11:18 
GeneralRe: Office XP Menus Pin
Ben Burnett15-Jul-01 13:07
Ben Burnett15-Jul-01 13:07 
GeneralRe: Office XP Menus Pin
James Millson15-Jul-01 13:28
James Millson15-Jul-01 13:28 
GeneralPlease help with Menu Capture, thank you. Pin
JavaTony15-Jul-01 10:26
JavaTony15-Jul-01 10:26 
GeneralRe: Please help with Menu Capture, thank you. Pin
Ben Burnett15-Jul-01 14:02
Ben Burnett15-Jul-01 14:02 
GeneralPlease help with Menu Capture, thank you. Pin
JavaTony15-Jul-01 10:25
JavaTony15-Jul-01 10:25 
GeneralPlease help with AutoScroll for Screen Capture Pin
JavaTony15-Jul-01 10:15
JavaTony15-Jul-01 10:15 
GeneralPlease help with Menu Capture, thank you. Pin
JavaTony15-Jul-01 10:07
JavaTony15-Jul-01 10:07 
GeneralRe: Please help with Menu Capture, thank you. Pin
Dever14-Oct-01 9:13
Dever14-Oct-01 9:13 
GeneralMIDL unsigned types Pin
Angel_Tsankov15-Jul-01 9:16
Angel_Tsankov15-Jul-01 9:16 
GeneralStrange Exception... Pin
Anders Molin15-Jul-01 7:40
professionalAnders Molin15-Jul-01 7:40 
GeneralRe: Strange Exception... Pin
Michael Dunn15-Jul-01 9:46
sitebuilderMichael Dunn15-Jul-01 9:46 
GeneralRe: Strange Exception... Pin
Anders Molin15-Jul-01 9:59
professionalAnders Molin15-Jul-01 9:59 
GeneralRe: Strange Exception... Pin
Michael Dunn15-Jul-01 10:11
sitebuilderMichael Dunn15-Jul-01 10:11 
GeneralRe: Strange Exception... Pin
Anders Molin15-Jul-01 10:16
professionalAnders Molin15-Jul-01 10:16 
GeneralProblem solved :-) Pin
Anders Molin16-Jul-01 12:26
professionalAnders Molin16-Jul-01 12:26 
GeneralRe: Strange Exception... Pin
Tim Deveaux15-Jul-01 12:39
Tim Deveaux15-Jul-01 12:39 

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.