Click here to Skip to main content
15,914,363 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: convert const * char to CString.. Pin
norish25-Jun-09 20:21
norish25-Jun-09 20:21 
QuestionDisplay GIF Image(Smiley) With Animation in RichEditBox In MFC Pin
Mitul Golakiya25-Jun-09 19:34
Mitul Golakiya25-Jun-09 19:34 
QuestionReading Unicode Values from INI file Pin
krishnakumartm25-Jun-09 19:34
krishnakumartm25-Jun-09 19:34 
AnswerRe: Reading Unicode Values from INI file Pin
krishnakumartm25-Jun-09 19:35
krishnakumartm25-Jun-09 19:35 
AnswerRe: Reading Unicode Values from INI file Pin
norish25-Jun-09 19:42
norish25-Jun-09 19:42 
GeneralRe: Reading Unicode Values from INI file Pin
krishnakumartm25-Jun-09 20:22
krishnakumartm25-Jun-09 20:22 
QuestionRe: Reading Unicode Values from INI file Pin
norish25-Jun-09 21:34
norish25-Jun-09 21:34 
QuestionHow to implement Copy - Paste functionality in FlexGrid Pin
pandit8425-Jun-09 19:31
pandit8425-Jun-09 19:31 
AnswerRe: How to implement Copy - Paste functionality in FlexGrid Pin
Chandrasekharan P25-Jun-09 19:44
Chandrasekharan P25-Jun-09 19:44 
GeneralRe: How to implement Copy - Paste functionality in FlexGrid Pin
pandit8425-Jun-09 20:02
pandit8425-Jun-09 20:02 
QuestionWritefile() fun fails in OS drive of vista. Pin
C++myLife25-Jun-09 19:02
C++myLife25-Jun-09 19:02 
QuestionRe: Writefile() fun fails in OS drive of vista. Pin
norish25-Jun-09 19:13
norish25-Jun-09 19:13 
AnswerRe: Writefile() fun fails in OS drive of vista. Pin
«_Superman_»25-Jun-09 19:26
professional«_Superman_»25-Jun-09 19:26 
GeneralRe: Writefile() fun fails in OS drive of vista. Pin
C++myLife25-Jun-09 19:57
C++myLife25-Jun-09 19:57 
AnswerRe: Writefile() fun fails in OS drive of vista. Pin
KarstenK25-Jun-09 21:10
mveKarstenK25-Jun-09 21:10 
GeneralRe: Writefile() fun fails in OS drive of vista. Pin
Michael Dunn25-Jun-09 21:49
sitebuilderMichael Dunn25-Jun-09 21:49 
GeneralRe: Writefile() fun fails in OS drive of vista. Pin
C++myLife25-Jun-09 23:25
C++myLife25-Jun-09 23:25 
Questionhow to save image from webBrowser Control Pin
voo doo1225-Jun-09 18:24
voo doo1225-Jun-09 18:24 
QuestionConvert Byte[64] to CSTRIng Pin
p_196025-Jun-09 18:12
p_196025-Jun-09 18:12 
AnswerRe: Convert Byte[64] to CSTRIng Pin
norish25-Jun-09 19:21
norish25-Jun-09 19:21 
GeneralRe: Convert Byte[64] to CSTRIng Pin
norish25-Jun-09 19:25
norish25-Jun-09 19:25 
GeneralRe: Convert Byte[64] to CSTRIng Pin
Pavan_Putra25-Jun-09 19:37
Pavan_Putra25-Jun-09 19:37 
AnswerRe: Convert Byte[64] to CSTRIng Pin
«_Superman_»25-Jun-09 19:24
professional«_Superman_»25-Jun-09 19:24 
GeneralRe: Convert Byte[64] to CSTRIng Pin
p_196025-Jun-09 19:58
p_196025-Jun-09 19:58 
GeneralRe: Convert Byte[64] to CSTRIng Pin
«_Superman_»25-Jun-09 20:02
professional«_Superman_»25-Jun-09 20:02 
Try a two step approach.
std::vector<CString> Names;
ENUMLOGFONTEX *lpelfe;
CString str = lpelfe->elfFullName;
Names.push_back(str);


«_Superman
I love work. It gives me something to do between weekends.

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.