Click here to Skip to main content
15,908,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with CEdit Pin
Stephen Hewitt20-Mar-06 21:48
Stephen Hewitt20-Mar-06 21:48 
GeneralRe: Problem with CEdit Pin
Simon Käppeli20-Mar-06 22:01
Simon Käppeli20-Mar-06 22:01 
GeneralRe: Problem with CEdit Pin
Stephen Hewitt21-Mar-06 0:03
Stephen Hewitt21-Mar-06 0:03 
GeneralRe: Problem with CEdit Pin
Simon Käppeli21-Mar-06 1:38
Simon Käppeli21-Mar-06 1:38 
GeneralRe: Problem with CEdit Pin
Stephen Hewitt21-Mar-06 11:33
Stephen Hewitt21-Mar-06 11:33 
GeneralRe: Problem with CEdit Pin
Stephen Hewitt21-Mar-06 23:13
Stephen Hewitt21-Mar-06 23:13 
QuestionUNICODE Files Pin
bosfan20-Mar-06 20:36
bosfan20-Mar-06 20:36 
AnswerRe: UNICODE Files Pin
Rajesh R Subramanian20-Mar-06 21:04
professionalRajesh R Subramanian20-Mar-06 21:04 
Hi there,

*Unicode file* means? An app that is aware of unicode? For that, you need to add the following to your stdafx.h

#define _UNICODE
#define UNICODE


Regards,
Rajesh R. Subramanian

You have an apple and me too. We exchange those and We have an apple each.
You have an idea and me too. We exchange those and We have two ideas each.

AnswerRe: UNICODE Files Pin
Johann Gerell20-Mar-06 21:10
Johann Gerell20-Mar-06 21:10 
GeneralRe: UNICODE Files Pin
bosfan21-Mar-06 2:47
bosfan21-Mar-06 2:47 
QuestionHow to access the child windows in MDI application? Pin
Sarvan AL20-Mar-06 20:34
Sarvan AL20-Mar-06 20:34 
AnswerRe: How to access the child windows in MDI application? Pin
Nibu babu thomas21-Mar-06 0:06
Nibu babu thomas21-Mar-06 0:06 
QuestionCString Mid() Pin
RadioOpa20-Mar-06 20:30
RadioOpa20-Mar-06 20:30 
AnswerRe: CString Mid() Pin
Naveen20-Mar-06 20:42
Naveen20-Mar-06 20:42 
AnswerRe: CString Mid() Pin
bosfan20-Mar-06 20:50
bosfan20-Mar-06 20:50 
GeneralRe: CString Mid() Pin
RadioOpa20-Mar-06 21:14
RadioOpa20-Mar-06 21:14 
AnswerRe: CString Mid() Pin
Michael Dunn21-Mar-06 6:59
sitebuilderMichael Dunn21-Mar-06 6:59 
Questionchar array to CString ?? Pin
dharani20-Mar-06 20:16
dharani20-Mar-06 20:16 
AnswerRe: char array to CString ?? Pin
Cedric Moonen20-Mar-06 20:20
Cedric Moonen20-Mar-06 20:20 
GeneralRe: char array to CString ?? Pin
dharani20-Mar-06 21:37
dharani20-Mar-06 21:37 
GeneralRe: char array to CString ?? Pin
kakan20-Mar-06 23:12
professionalkakan20-Mar-06 23:12 
AnswerRe: char array to CString ?? Pin
James R. Twine21-Mar-06 6:59
James R. Twine21-Mar-06 6:59 
AnswerRe: char array to CString ?? Pin
Divyang Mithaiwala21-Mar-06 3:36
Divyang Mithaiwala21-Mar-06 3:36 
AnswerRe: char array to CString ?? Pin
toxcct21-Mar-06 4:10
toxcct21-Mar-06 4:10 
QuestionIs it possible to display Application's GUI/Console Window which activated by CreateProcess in Windows Service? Pin
yuguo.li20-Mar-06 19:51
yuguo.li20-Mar-06 19:51 

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.