Click here to Skip to main content
16,006,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaltestting dll Pin
pnpfriend7-Nov-03 7:43
pnpfriend7-Nov-03 7:43 
GeneralRe: testting dll Pin
Anthony_Yio9-Nov-03 19:59
Anthony_Yio9-Nov-03 19:59 
GeneralGdiplus and Jpeg save Pin
ptharso7-Nov-03 7:10
ptharso7-Nov-03 7:10 
GeneralRe: Gdiplus and Jpeg save Pin
jfugate7-Nov-03 7:24
jfugate7-Nov-03 7:24 
GeneralC++ Strings in VC++.Net 2002 Pin
balihoo927-Nov-03 6:44
balihoo927-Nov-03 6:44 
Generalimage boxes Pin
halblonious7-Nov-03 6:36
halblonious7-Nov-03 6:36 
GeneralRe: image boxes Pin
Maximilien7-Nov-03 6:53
Maximilien7-Nov-03 6:53 
GeneralRe: image boxes Pin
Peter Molnar8-Nov-03 14:02
Peter Molnar8-Nov-03 14:02 
IF you are on Win2k/XP you have a built-in ready-made solution free of charge:

ShellExecute(NULL,"open","rundll32.exe","C:\\WINDOWS\\System32\\shimgvw.dll,ImageView_Fullscreen c:\\yourimage.jpg",NULL,SW_SHOWNORMAL);


This runs a helper exe (rundll32.exe) which does not do anything except running the specified function from the specified dll which show your pic in the image viewer. The same thing happens when you click on an image file (if Office is not installed, Office registers its own image viewer, but you are free to run shimgvw.dll on your own even then)

Bunburry
GeneralCombination of an OpenGL CView, an OpenGL CWnd, and GDI Pin
jfugate7-Nov-03 6:36
jfugate7-Nov-03 6:36 
GeneralXP Themes Pin
Larry Antram7-Nov-03 6:35
Larry Antram7-Nov-03 6:35 
GeneralRe: XP Themes Pin
Larry Antram7-Nov-03 7:01
Larry Antram7-Nov-03 7:01 
QuestionHow do I programmatically simulate clicking a control? Pin
David Fleming7-Nov-03 4:43
David Fleming7-Nov-03 4:43 
AnswerRe: How do I programmatically simulate clicking a control? Pin
jmkhael7-Nov-03 5:51
jmkhael7-Nov-03 5:51 
GeneralRe: How do I programmatically simulate clicking a control? Pin
David Fleming7-Nov-03 19:50
David Fleming7-Nov-03 19:50 
GeneralRe: How do I programmatically simulate clicking a control? Pin
David Fleming7-Nov-03 19:59
David Fleming7-Nov-03 19:59 
GeneralQ about html help file Pin
includeh107-Nov-03 4:11
includeh107-Nov-03 4:11 
Generalclass help for a total newbie Pin
atzplzw7-Nov-03 2:24
atzplzw7-Nov-03 2:24 
GeneralRe: class help for a total newbie Pin
includeh107-Nov-03 3:00
includeh107-Nov-03 3:00 
GeneralRe: class help for a total newbie Pin
Michael P Butler7-Nov-03 3:14
Michael P Butler7-Nov-03 3:14 
GeneralRe: class help for a total newbie Pin
atzplzw7-Nov-03 3:27
atzplzw7-Nov-03 3:27 
GeneralOpening HTML Help topic in browser Pin
Krishnan V7-Nov-03 1:55
Krishnan V7-Nov-03 1:55 
GeneralRe: Opening HTML Help topic in browser Pin
Iain Clarke, Warrior Programmer7-Nov-03 2:33
Iain Clarke, Warrior Programmer7-Nov-03 2:33 
Generalbarycentre Pin
Simopaga7-Nov-03 0:49
Simopaga7-Nov-03 0:49 
GeneralRe: barycentre Pin
melwyn7-Nov-03 0:51
melwyn7-Nov-03 0:51 
GeneralRe: barycentre Pin
jmkhael7-Nov-03 2:01
jmkhael7-Nov-03 2:01 

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.