Click here to Skip to main content
15,918,211 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCompile Error Help - I'm stuck Pin
gmhanna12-Apr-06 14:51
gmhanna12-Apr-06 14:51 
AnswerRe: Compile Error Help - I'm stuck Pin
Michael Dunn12-Apr-06 15:14
sitebuilderMichael Dunn12-Apr-06 15:14 
GeneralRe: Compile Error Help - I'm stuck Pin
Stephen Hewitt12-Apr-06 15:56
Stephen Hewitt12-Apr-06 15:56 
GeneralRe: Compile Error Help - I'm stuck Pin
gmhanna13-Apr-06 3:02
gmhanna13-Apr-06 3:02 
GeneralRe: Compile Error Help - I'm stuck Pin
gmhanna13-Apr-06 3:11
gmhanna13-Apr-06 3:11 
QuestionUnused member functions Pin
mkuhac12-Apr-06 14:45
mkuhac12-Apr-06 14:45 
QuestionProject Settings Pin
ankita patel12-Apr-06 14:42
ankita patel12-Apr-06 14:42 
AnswerRe: Project Settings Pin
Michael Dunn12-Apr-06 15:16
sitebuilderMichael Dunn12-Apr-06 15:16 
GeneralRe: Project Settings Pin
ankita patel12-Apr-06 15:29
ankita patel12-Apr-06 15:29 
QuestionVideo Files Pin
Raz71612-Apr-06 14:10
Raz71612-Apr-06 14:10 
AnswerRe: Video Files Pin
Raz71613-Apr-06 11:57
Raz71613-Apr-06 11:57 
QuestionImplementing a Timer Pin
murali197312-Apr-06 14:04
murali197312-Apr-06 14:04 
AnswerRe: Implementing a Timer Pin
BlackDice12-Apr-06 14:09
BlackDice12-Apr-06 14:09 
GeneralRe: Implementing a Timer Pin
Stephen Hewitt12-Apr-06 14:21
Stephen Hewitt12-Apr-06 14:21 
GeneralRe: Implementing a Timer Pin
murali197313-Apr-06 6:09
murali197313-Apr-06 6:09 
GeneralRe: Implementing a Timer Pin
Stephen Hewitt13-Apr-06 18:36
Stephen Hewitt13-Apr-06 18:36 
AnswerRe: Implementing a Timer Pin
Michael Dunn12-Apr-06 15:18
sitebuilderMichael Dunn12-Apr-06 15:18 
GeneralRe: Implementing a Timer Pin
murali197313-Apr-06 6:06
murali197313-Apr-06 6:06 
QuestionCopy window contents to repaint Pin
chasetoys12-Apr-06 14:02
chasetoys12-Apr-06 14:02 
QuestionFtprenamefile error 12003!!! Pin
Ting Li Che12-Apr-06 13:51
Ting Li Che12-Apr-06 13:51 
AnswerRe: Ftprenamefile error 12003!!! Pin
Michael Dunn12-Apr-06 15:20
sitebuilderMichael Dunn12-Apr-06 15:20 
QuestionC++ Mouse Event Listener Pin
jonesap512-Apr-06 12:43
jonesap512-Apr-06 12:43 
AnswerRe: C++ Mouse Event Listener Pin
bob1697212-Apr-06 14:22
bob1697212-Apr-06 14:22 
QuestionHow to convert CString to char Pin
masnu12-Apr-06 11:53
masnu12-Apr-06 11:53 
I need to get text from my Edit Controls, which are CString types, and convert them to char arrays which I later store in the header of my binary file. I can do this easily if I specify my character set to be Non Unicode and use strcpy. The problem when I do this is that all my dialogs and buttons revert back to the Windows 2000 style, rather than the WinXP style. It is not really a bid deal, but I would like the application to look as up to date as possible.

Can anyone tell me how to convert CStrings into char arrays, using Unicode, or how to get WinXP dialogs with a Non Unicode character set? What I am getting at may be a little vague so let me know if you need me to explain it in more detail.

Any help is appreciated. Thank you!
AnswerRe: How to convert CString to char Pin
James R. Twine12-Apr-06 14:43
James R. Twine12-Apr-06 14:43 

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.