programs

Is there a way to run a program, such as the windows photo viewer, and have it open a image while running my c++ program?
Have you used Windows before? Yes, you can as many programs on your computer as your resources will allow. Of course, the programs are not all running at the same time really you just get the impression that they are.
No. That's not what I meant. Say for instance I had a program that took input. Well, when you put in a certain input; it would open up photo viewer and show a certain picture. Is there a way to do that? I wanted to use the default windows image viewer. Or would it be easier to just make my own photo viewer part of the program?
If the user inputs a image file name and you just want to open it using the associated program use ShellExecute():
http://msdn.microsoft.com/en-us/library/windows/desktop/bb762153(v=vs.85).aspx
Topic archived. No new replies allowed.