Start a powerpoint slideshow from C++ (.pps file)
-
Hi I would like to start a powerpoint slideshow from C++ the way it is done by the shell. I think this is possible by using OLE automation but I could not find a good example to help me on the way. I prefere to use slideshow viewer only if this is possible. (don't use powerpoint) I am not using MFC. Thanks: cool:
-
Hi I would like to start a powerpoint slideshow from C++ the way it is done by the shell. I think this is possible by using OLE automation but I could not find a good example to help me on the way. I prefere to use slideshow viewer only if this is possible. (don't use powerpoint) I am not using MFC. Thanks: cool:
Remco Hoogenboezem wrote:
Hi I would like to start a powerpoint slideshow from C++ the way it is done by the shell.
Then use
ShellExecute()
.
"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank
"Judge not by the eye but by the heart." - Native American Proverb
-
Hi I would like to start a powerpoint slideshow from C++ the way it is done by the shell. I think this is possible by using OLE automation but I could not find a good example to help me on the way. I prefere to use slideshow viewer only if this is possible. (don't use powerpoint) I am not using MFC. Thanks: cool: