Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: edit control Pin
Ann6617-Aug-05 11:17
sussAnn6617-Aug-05 11:17 
GeneralWebBrowser Script Error Handling Pin
Member 162418517-Aug-05 5:32
Member 162418517-Aug-05 5:32 
GeneralPowerpoint automation with VC++ Pin
spelhatre17-Aug-05 4:21
spelhatre17-Aug-05 4:21 
GeneralRe: Powerpoint automation with VC++ Pin
Jose Lamas Rios17-Aug-05 6:30
Jose Lamas Rios17-Aug-05 6:30 
GeneralMenu on Dialog Box based program Pin
Hachaso17-Aug-05 3:52
Hachaso17-Aug-05 3:52 
GeneralEmbedding Java Pin
scorcher2417-Aug-05 3:47
scorcher2417-Aug-05 3:47 
GeneralCString to char* (((IN A UNICODE APPLICATION))) Pin
Murad Duraidi17-Aug-05 3:33
Murad Duraidi17-Aug-05 3:33 
GeneralRe: CString to char* (((IN A UNICODE APPLICATION))) Pin
David Crow17-Aug-05 3:47
David Crow17-Aug-05 3:47 
How about:

CString str;
TCHAR *p = str.GetBuffer(x);
Unless you really need it to be a char. That requires something else.


"One must learn from the bite of the fire to leave it alone." - Native American Proverb


GeneralRe: CString to char* (((IN A UNICODE APPLICATION))) Pin
Murad Duraidi17-Aug-05 3:59
Murad Duraidi17-Aug-05 3:59 
GeneralRe: CString to char* (((IN A UNICODE APPLICATION))) Pin
Blake Miller17-Aug-05 4:08
Blake Miller17-Aug-05 4:08 
GeneralRe: CString to char* (((IN A UNICODE APPLICATION))) Pin
Alan C. Balkany17-Aug-05 11:19
Alan C. Balkany17-Aug-05 11:19 
GeneralRe: CString to char* (((IN A UNICODE APPLICATION))) Pin
PJ Arends17-Aug-05 14:34
professionalPJ Arends17-Aug-05 14:34 
GeneralRe: CString to char* (((IN A UNICODE APPLICATION))) Pin
Jose Lamas Rios17-Aug-05 18:30
Jose Lamas Rios17-Aug-05 18:30 
GeneralRe: CString to char* (((IN A UNICODE APPLICATION))) Pin
TheGreatAndPowerfulOz17-Aug-05 13:54
TheGreatAndPowerfulOz17-Aug-05 13:54 
GeneralRe: CString to char* (((IN A UNICODE APPLICATION))) Pin
PJ Arends17-Aug-05 14:42
professionalPJ Arends17-Aug-05 14:42 
QuestionGood OOP practice? Pin
Kuniva17-Aug-05 3:31
Kuniva17-Aug-05 3:31 
AnswerRe: Good OOP practice? Pin
Bob Stanneveld17-Aug-05 8:12
Bob Stanneveld17-Aug-05 8:12 
Questionhow to block the screen Pin
Dogunkanmi17-Aug-05 3:12
Dogunkanmi17-Aug-05 3:12 
AnswerRe: how to block the screen Pin
David Crow17-Aug-05 3:40
David Crow17-Aug-05 3:40 
GeneralRe: how to block the screen Pin
Blake Miller17-Aug-05 4:11
Blake Miller17-Aug-05 4:11 
AnswerRe: how to block the screen Pin
Michael Hendrickx17-Aug-05 6:39
Michael Hendrickx17-Aug-05 6:39 
GeneralDifferences between VC 6.0 and VC 7.0 Pin
bbluey17-Aug-05 3:00
bbluey17-Aug-05 3:00 
GeneralRe: Differences between VC 6.0 and VC 7.0 Pin
Maximilien17-Aug-05 3:05
Maximilien17-Aug-05 3:05 
GeneralRe: Differences between VC 6.0 and VC 7.0 Pin
Kevin McFarlane17-Aug-05 4:40
Kevin McFarlane17-Aug-05 4:40 
GeneralDirectShow Pin
gohary_cs17-Aug-05 2:28
gohary_cs17-Aug-05 2:28 

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.