I have created an ActiveX Control, and I would like the control to be available for use in PowerPoint. Currently it is running fine in IE. I've tried using the control in PowerPoint but it doesn't behave quite as well as it did in IE. Can I get some help no this?

Specifically this are areas that I would like some information on.

1) When you click on the View->Toolbar->Control Toolbox You get the toolbox that has controls in there. The last icon allows you to select controls that aren't in the toolbox. How do you get your control to show up on this list of controls without having to register it as custom control?

2) Are there any specific pitfalls to using ActiveX Controls in PowerPoint I should be aware of? Currently I am having trouble with how the control sizes itself. It doesn't seem to want to be sized correctly the first time you run the slideshow, but subsequent runs of the show eventually force the control to the correct size.

I think that this has somethind to do with my UserControl events. The Initialize, Show, Resize, Paint events in particular, but I can't see to figure out which one would affect the outcome.

3) This refers back to 1). How do you give your control a name so that when it shows up on the list it isn't Project1.UserControl1 and instead shows up as simply the name I have given my control.

Thanks for reading this and any help provided.