Add-In question (written in .NET)

T

Tony Archer

I've been looking for documentation and any reference materials on add-ins
for Power Point.

I have already created the add-in button to the toolbar, which opens a form.

However I cannot find:

- How to set the form's parant or owner to the main Power Point window.
- What the basic power point object structure is
+ I would like to force PPT into full screen mode at 800x600
+ I would like to manipulate the currently open document programatically.

Any help would be greatly appreciated. I can read VB.NET and C# code.
 
Top