Click here to Skip to main content
15,902,275 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: How to activating already running application Pin
theCPkid19-Sep-09 0:22
theCPkid19-Sep-09 0:22 
GeneralRe: How to activating already running application Pin
ranjithgoud19-Sep-09 0:40
ranjithgoud19-Sep-09 0:40 
GeneralRe: How to activating already running application Pin
theCPkid19-Sep-09 0:50
theCPkid19-Sep-09 0:50 
GeneralRe: How to activating already running application Pin
ranjithgoud19-Sep-09 1:03
ranjithgoud19-Sep-09 1:03 
GeneralRe: How to activating already running application [modified] Pin
theCPkid19-Sep-09 1:09
theCPkid19-Sep-09 1:09 
GeneralRe: How to activating already running application Pin
Code-o-mat19-Sep-09 2:38
Code-o-mat19-Sep-09 2:38 
GeneralRe: How to activating already running application Pin
ranjithgoud19-Sep-09 1:07
ranjithgoud19-Sep-09 1:07 
GeneralRe: How to activating already running application Pin
Stuart Dootson19-Sep-09 21:56
professionalStuart Dootson19-Sep-09 21:56 
QuestionRedistributing dependent dlls Pin
Jerinanand18-Sep-09 19:59
Jerinanand18-Sep-09 19:59 
AnswerRe: Redistributing dependent dlls Pin
Hristo-Bojilov19-Sep-09 9:29
Hristo-Bojilov19-Sep-09 9:29 

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.