Click here to Skip to main content
15,917,454 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to call 1-byte character functions? Pin
Anthony Appleyard19-Sep-09 5:00
Anthony Appleyard19-Sep-09 5:00 
QuestionConvert CString to std::string Pin
kumar sanghvi19-Sep-09 2:31
kumar sanghvi19-Sep-09 2:31 
AnswerRe: Convert CString to std::string Pin
Richard MacCutchan19-Sep-09 3:09
mveRichard MacCutchan19-Sep-09 3:09 
AnswerRe: Convert CString to std::string Pin
CPallini19-Sep-09 3:18
mveCPallini19-Sep-09 3:18 
QuestionAbout Window 7 theme and MFC Pin
hyrahul6419-Sep-09 2:16
hyrahul6419-Sep-09 2:16 
AnswerRe: About Window 7 theme and MFC Pin
Stuart Dootson19-Sep-09 21:52
professionalStuart Dootson19-Sep-09 21:52 
GeneralRe: About Window 7 theme and MFC Pin
caroparo14-Jan-10 21:41
caroparo14-Jan-10 21:41 
GeneralRe: About Window 7 theme and MFC Pin
Stuart Dootson14-Jan-10 22:01
professionalStuart Dootson14-Jan-10 22:01 
QuestionMatrix multiplication in C Pin
Shivam Singh19-Sep-09 2:04
Shivam Singh19-Sep-09 2:04 
AnswerRe: Matrix multiplication in C Pin
CPallini19-Sep-09 2:19
mveCPallini19-Sep-09 2:19 
QuestionRe: Matrix multiplication in C Pin
Michael Schubert19-Sep-09 4:32
Michael Schubert19-Sep-09 4:32 
QuestionAdd an event on runtime Pin
clint198218-Sep-09 23:50
clint198218-Sep-09 23:50 
AnswerRe: Add an event on runtime Pin
theCPkid19-Sep-09 0:28
theCPkid19-Sep-09 0:28 
GeneralRe: Add an event on runtime Pin
clint198219-Sep-09 0:34
clint198219-Sep-09 0:34 
GeneralRe: Add an event on runtime Pin
theCPkid19-Sep-09 0:56
theCPkid19-Sep-09 0:56 
AnswerRe: Add an event on runtime Pin
CPallini19-Sep-09 0:57
mveCPallini19-Sep-09 0:57 
QuestionHow can find all image files in MyComputer? Pin
Le@rner18-Sep-09 23:23
Le@rner18-Sep-09 23:23 
AnswerRe: How can find all image files in MyComputer? Pin
theCPkid19-Sep-09 0:37
theCPkid19-Sep-09 0:37 
I dont know of any simpler way than using CFileFind::FindFile to enumerate through all files, find if they are image files and then if they are then extracting the bitmap from them using Gdiplus and then storing that bitmap for subsequent display.

umm... D'Oh! | :doh: what do you think?
GeneralRe: How can find all image files in MyComputer? Pin
Michael Schubert19-Sep-09 4:34
Michael Schubert19-Sep-09 4:34 
GeneralRe: How can find all image files in MyComputer? Pin
theCPkid19-Sep-09 5:43
theCPkid19-Sep-09 5:43 
GeneralRe: How can find all image files in MyComputer? Pin
Chris Losinger19-Sep-09 6:13
professionalChris Losinger19-Sep-09 6:13 
GeneralRe: How can find all image files in MyComputer? Pin
raghava.thummapudi19-Sep-09 7:18
raghava.thummapudi19-Sep-09 7:18 
QuestionHow to activating already running application Pin
ranjithgoud18-Sep-09 23:16
ranjithgoud18-Sep-09 23:16 
AnswerRe: How to activating already running application Pin
Code-o-mat18-Sep-09 23:40
Code-o-mat18-Sep-09 23:40 
GeneralRe: How to activating already running application Pin
ranjithgoud19-Sep-09 0:06
ranjithgoud19-Sep-09 0:06 

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.