Click here to Skip to main content
15,915,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Flicker problem :( - can someone help me out? Pin
Jason Troitsky (was Hattingh)29-Oct-02 2:57
Jason Troitsky (was Hattingh)29-Oct-02 2:57 
QuestionUnicode...? Pin
alex.barylski28-Oct-02 22:32
alex.barylski28-Oct-02 22:32 
AnswerRe: Unicode...? Pin
Stephane Rodriguez.28-Oct-02 22:40
Stephane Rodriguez.28-Oct-02 22:40 
GeneralRe: Unicode...? Pin
alex.barylski29-Oct-02 11:30
alex.barylski29-Oct-02 11:30 
AnswerRe: Unicode...? Pin
ian mariano29-Oct-02 1:28
ian mariano29-Oct-02 1:28 
GeneralRe: Unicode...? Pin
Maximilien29-Oct-02 2:18
Maximilien29-Oct-02 2:18 
GeneralRe: Unicode...? Pin
ian mariano29-Oct-02 2:55
ian mariano29-Oct-02 2:55 
AnswerRe: Unicode...? Pin
Paul M Watt29-Oct-02 4:44
mentorPaul M Watt29-Oct-02 4:44 
If you want to use Unicode ina window like and Edit box, you would simply use CreateWindowW to create the Edit box instead of CreateWindowA. When you compile your app, if you set the program to compile unicode, it will automatically map all of the functions like CreateWindow to CreateWindowW or DrawText to DrawTextW.

However a Unicode app will not work on Win9x unless you have the layer for Unicode installed on that machine.


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralRe: Unicode...? Pin
alex.barylski29-Oct-02 11:28
alex.barylski29-Oct-02 11:28 
Questionhow to resize the custom view class? Pin
Anonymous28-Oct-02 22:31
Anonymous28-Oct-02 22:31 
GeneralVariable / fixed width font issues Pin
alex.barylski28-Oct-02 22:28
alex.barylski28-Oct-02 22:28 
Generalfetching printer information in mfc Pin
Anonymous28-Oct-02 21:57
Anonymous28-Oct-02 21:57 
QuestionWhy gethostbyaddr() doesn't work for dial-up client? Pin
Wenrich28-Oct-02 21:33
Wenrich28-Oct-02 21:33 
AnswerRe: Why gethostbyaddr() doesn't work for dial-up client? Pin
Anonymous29-Oct-02 0:59
Anonymous29-Oct-02 0:59 
AnswerRe: Why gethostbyaddr() doesn't work for dial-up client? Pin
ian mariano29-Oct-02 1:38
ian mariano29-Oct-02 1:38 
GeneralEdit control question Pin
alex.barylski28-Oct-02 20:43
alex.barylski28-Oct-02 20:43 
GeneralRe: Edit control question Pin
Anonymous29-Oct-02 0:57
Anonymous29-Oct-02 0:57 
GeneralRe: Edit control question Pin
alex.barylski29-Oct-02 11:34
alex.barylski29-Oct-02 11:34 
QuestionHow to copy data within first text file to second text file (use CStdioFile) Pin
ooosawaddee328-Oct-02 18:23
ooosawaddee328-Oct-02 18:23 
AnswerRe: How to copy data within first text file to second text file (use CStdioFile) Pin
Christian Graus28-Oct-02 18:36
protectorChristian Graus28-Oct-02 18:36 
GeneralRe: How to copy data within first text file to second text file (use CStdioFile) Pin
ooosawaddee328-Oct-02 19:02
ooosawaddee328-Oct-02 19:02 
GeneralRe: How to copy data within first text file to second text file (use CStdioFile) Pin
Christian Graus28-Oct-02 19:20
protectorChristian Graus28-Oct-02 19:20 
GeneralRe: How to copy data within first text file to second text file (use CStdioFile) Pin
Joaquín M López Muñoz28-Oct-02 20:31
Joaquín M López Muñoz28-Oct-02 20:31 
GeneralCFormView and CTabCtrl :: MFC Pin
valikac28-Oct-02 18:06
valikac28-Oct-02 18:06 
GeneralRe: CFormView and CTabCtrl :: MFC Pin
super29-Oct-02 1:55
professionalsuper29-Oct-02 1:55 

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.