Click here to Skip to main content
16,015,900 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionaccessing the state of controls in mfc Pin
zareee31-Oct-06 22:10
zareee31-Oct-06 22:10 
AnswerRe: accessing the state of controls in mfc Pin
Hamid_RT31-Oct-06 23:02
Hamid_RT31-Oct-06 23:02 
AnswerRe: accessing the state of controls in mfc Pin
_AnsHUMAN_ 31-Oct-06 23:08
_AnsHUMAN_ 31-Oct-06 23:08 
AnswerRe: accessing the state of controls in mfc Pin
David Crow1-Nov-06 3:44
David Crow1-Nov-06 3:44 
QuestionHow to convert CString to LPCSTR Pin
PasNad31-Oct-06 21:25
PasNad31-Oct-06 21:25 
AnswerRe: How to convert CString to LPCSTR Pin
_AnsHUMAN_ 31-Oct-06 21:38
_AnsHUMAN_ 31-Oct-06 21:38 
AnswerRe: How to convert CString to LPCSTR Pin
Daniel Kanev31-Oct-06 21:39
Daniel Kanev31-Oct-06 21:39 
GeneralRe: How to convert CString to LPCSTR Pin
Michael Dunn1-Nov-06 20:27
sitebuilderMichael Dunn1-Nov-06 20:27 
Wrong. Please don't suggest casts as the first solution, without knowing what they're doing.
From the question, you can tell that the program is being built for Unicode (otherwise CString would convert to LPCSTR automatically since LPCTSTR == LPCSTR in MBCS builds). In a Unicode build, casting LPCTSTR to char* will be disastrous.


--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

AnswerRe: How to convert CString to LPCSTR Pin
Nibu babu thomas31-Oct-06 21:42
Nibu babu thomas31-Oct-06 21:42 
AnswerRe: How to convert CString to LPCSTR Pin
Hamid_RT31-Oct-06 23:05
Hamid_RT31-Oct-06 23:05 
QuestionFind File Sort by Create Time Pin
Coder872531-Oct-06 21:02
Coder872531-Oct-06 21:02 
AnswerRe: Find File Sort by Create Time Pin
_AnsHUMAN_ 31-Oct-06 21:41
_AnsHUMAN_ 31-Oct-06 21:41 
AnswerRe: Find File Sort by Create Time Pin
Nibu babu thomas31-Oct-06 21:48
Nibu babu thomas31-Oct-06 21:48 
GeneralRe: Find File Sort by Create Time Pin
Coder872531-Oct-06 22:06
Coder872531-Oct-06 22:06 
GeneralRe: Find File Sort by Create Time Pin
Nibu babu thomas31-Oct-06 22:11
Nibu babu thomas31-Oct-06 22:11 
QuestionMsn Messenger MyContacts return count 0 although i have contacts Pin
YaronNir31-Oct-06 20:34
YaronNir31-Oct-06 20:34 
QuestionCommand Button - Color Pin
codesen31-Oct-06 19:05
codesen31-Oct-06 19:05 
AnswerRe: Command Button - Color Pin
Hamid_RT31-Oct-06 19:34
Hamid_RT31-Oct-06 19:34 
GeneralRe: Command Button - Color Pin
Nibu babu thomas31-Oct-06 20:31
Nibu babu thomas31-Oct-06 20:31 
AnswerRe: Command Button - Color Pin
Hamid_RT31-Oct-06 19:57
Hamid_RT31-Oct-06 19:57 
AnswerRe: Command Button - Color Pin
codesen31-Oct-06 23:14
codesen31-Oct-06 23:14 
GeneralRe: Command Button - Color Pin
Nibu babu thomas1-Nov-06 0:53
Nibu babu thomas1-Nov-06 0:53 
GeneralRe: Command Button - Color Pin
codesen2-Nov-06 22:26
codesen2-Nov-06 22:26 
QuestionShared Memory Creation ? Pin
Sakthiu31-Oct-06 18:22
Sakthiu31-Oct-06 18:22 
AnswerRe: Shared Memory Creation ? Pin
NiceNaidu31-Oct-06 19:20
NiceNaidu31-Oct-06 19:20 

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.