HibernatingBear,
Without embedding an ActiveX control in the page, or a .NET control
which has the appropriate security settings, this is not possible, as it
will require starting a new process from the browser, which isn't possible
except with the appropriate permissions.
You could trigger a request to the server based on an action on the page
(navigating to a new page) and then return a new powerpoint presentation
which is generated on the server, but that's about as good as you can do.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Yes, the first one was correct, I am trying to create a powerpoint
> presentation from within a web page. The user clicks a button and the
> powerpoint slides are created automatically using information from the
> web page.
>
> Sorry this was not more clear. I feel like I've been chasing my tail!
HibernatingBear - 24 Oct 2007 16:52 GMT
Thank you for your explanation!
Now I really know MS .NET was just teasing me when I tried to add a
table with blah.blah.AddShapes.Table(type, top, bottom, left, right)
or something similar. Would usually tell me that it wants a type, but
give little clue as to what kind.