Running Power Point Show from VB

Hi,

I am creating an application in VB, wherein the left portion of a form is being used to get input from the user while the right portion of the form is going to be used for displaying Power Point Slide show.

I have created some PPS (Power Point Show) files and am calling it from the VB form, by using PowerPoint Object.

The problem is that PPS runs in its own process and I am not able to run it within a specified space or container in my form. i.e when I call the PPS file from VB, it starts with a full screen view. I have written some code to manage the PPS window, but that gets executed only after the PPS has started running.
Secondly, the PPS which is now running is running in its own process. Consequently, the user can close the PPS or the VB application individually, which I don’t want, because both are integrated.

Please help me on this front.