Click here to Skip to main content
15,892,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: c++ Pin
ThatsAlok16-Mar-08 8:16
ThatsAlok16-Mar-08 8:16 
Generaltime slicing Pin
kamarlonaire15-Mar-08 22:09
kamarlonaire15-Mar-08 22:09 
GeneralRe: time slicing Pin
Cranky16-Mar-08 1:17
Cranky16-Mar-08 1:17 
GeneralRe: time slicing Pin
kamarlonaire16-Mar-08 1:21
kamarlonaire16-Mar-08 1:21 
GeneralRe: time slicing Pin
Rajesh R Subramanian16-Mar-08 3:46
professionalRajesh R Subramanian16-Mar-08 3:46 
GeneralRe: time slicing Pin
kamarlonaire16-Mar-08 4:21
kamarlonaire16-Mar-08 4:21 
QuestionHow to launch “Windows Picture and Fax Viewer” programmatically? Pin
Mushtaque Nizamani15-Mar-08 19:34
Mushtaque Nizamani15-Mar-08 19:34 
AnswerRe: How to launch “Windows Picture and Fax Viewer” programmatically? Pin
Rajesh R Subramanian15-Mar-08 20:43
professionalRajesh R Subramanian15-Mar-08 20:43 
Unfortunately, windows picture and fax viewer is not an independent stand alone executable which you could just execute "like that". The code which does the stuff is within shimgvw.dll. You don't need to know, but I suggest that you Google for it and try to know what rundll32.exe actually is. Smile | :)

Now, try ShellExecute() with "open", and pass this as the path
rundll32.exe C:\WINDOWS\System32\shimgvw.dll, ImageView_Fullscreen C:\\myimage.jpg



Nobody can give you wiser advice than yourself. - Cicero
.·´¯`·->Rajesh<-·´¯`·.
Codeproject.com: Visual C++ MVP

GeneralRe: How to launch “Windows Picture and Fax Viewer” programmatically? Pin
Mushtaque Nizamani15-Mar-08 22:20
Mushtaque Nizamani15-Mar-08 22:20 
GeneralRe: How to launch “Windows Picture and Fax Viewer” programmatically? Pin
ThatsAlok16-Mar-08 5:25
ThatsAlok16-Mar-08 5:25 
GeneralRe: How to launch “Windows Picture and Fax Viewer” programmatically? Pin
Rajesh R Subramanian16-Mar-08 5:53
professionalRajesh R Subramanian16-Mar-08 5:53 
GeneralRe: How to launch “Windows Picture and Fax Viewer” programmatically? Pin
ThatsAlok16-Mar-08 8:19
ThatsAlok16-Mar-08 8:19 
GeneralSend Key Input Pin
ThomasCouto15-Mar-08 16:28
ThomasCouto15-Mar-08 16:28 
GeneralRe: Send Key Input Pin
Randor 16-Mar-08 3:55
professional Randor 16-Mar-08 3:55 
GeneralRe: Send Key Input Pin
peterchen16-Mar-08 4:36
peterchen16-Mar-08 4:36 
GeneralRe: Send Key Input PinPopular
Randor 16-Mar-08 5:12
professional Randor 16-Mar-08 5:12 
GeneralRe: Send Key Input Pin
peterchen16-Mar-08 5:23
peterchen16-Mar-08 5:23 
GeneralRe: Send Key Input Pin
ThatsAlok16-Mar-08 5:25
ThatsAlok16-Mar-08 5:25 
GeneralRe: Send Key Input Pin
Rajesh R Subramanian16-Mar-08 5:55
professionalRajesh R Subramanian16-Mar-08 5:55 
GeneralRe: Send Key Input Pin
ThomasCouto16-Mar-08 14:47
ThomasCouto16-Mar-08 14:47 
GeneralRe: Send Key Input Pin
Randor 16-Mar-08 18:36
professional Randor 16-Mar-08 18:36 
QuestionRe: Send Key Input Pin
Rajkumar R16-Mar-08 23:10
Rajkumar R16-Mar-08 23:10 
GeneralRe: Send Key Input Pin
Randor 17-Mar-08 3:31
professional Randor 17-Mar-08 3:31 
QuestionHelp VS2008: assigning a returned string to an edit control Pin
Hamid intact15-Mar-08 10:36
Hamid intact15-Mar-08 10:36 
AnswerRe: Help VS2008: assigning a returned string to an edit control Pin
Rajesh R Subramanian15-Mar-08 11:03
professionalRajesh R Subramanian15-Mar-08 11:03 

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.