PDA

View Full Version : PPP 2007 to exe


krissyafc
12-09-2007, 03:21 PM
Hey,

I just made a power point presentation in office 2007 :)

It has one slide and a sound file. I was wondering how i could make it into a exe and when someone opens it it opens and shows the slide (opens itself not with office) and the music. So its just like a sideshow from an exe file. It must not contain anything to do with m$ pp.

Also, onces its opened it can't be closed so all you see is that. You can't open task manager or anything.

You may think this sounds dodgy (can't blame you) its a prank i need done before christmas :)

Thanks in advance.

Rappa
12-10-2007, 12:00 AM
I'm not sure that can be done. I could be wrong, but i think PPP docs are specifically for MSPP.

Dunna
12-12-2007, 08:05 PM
You could do it if the target machine has powerpoint installed. If you know how to program, you could add the slide show file to the end of your exe. The exe would then read the slideshow by opening a file handle to itself, then outputting the slideshow on the target machine. You would then use CreateProcess with a command line that includes the slide show path.

Sorry if this sounds really difficult, but if you can program hopefully you understand what I mean. I realize this isn't exactly what you wanted either, but it's just an idea.