Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: shedular application Pin
David Crow1-Nov-06 3:40
David Crow1-Nov-06 3:40 
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 
Hello!

CString mfc_str = "Hello world";
char * c_str = (char *) (LPCTSTR) mfc_str;
LPCSTR c_str1 = (LPCSTR) mfc_str;

modified 8-Mar-17 3:52am.

GeneralRe: How to convert CString to LPCSTR Pin
Michael Dunn1-Nov-06 20:27
sitebuilderMichael Dunn1-Nov-06 20:27 
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 

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.