Use powerpoint appliction in usercontrol

Add-in Express™ Support Service
That's what is more important than anything else

Use powerpoint appliction in usercontrol
 
Noufal C P


Guest


Hi,
I have added a usercontrol to adxTaskPane2007 using "this.adxTaskPane2007.ControlProgID = "UserControl1";" can i able to use Powerpoint Application get from addinmodule in usercontrol?
Posted 25 May, 2011 02:37:23 Top
Eugene Astafiev


Guest


Hi Noufal,

Sure. Please use the following code to get an instance of your add-in module class:

AddinExpress.MSO.ADXAddinModule.CurrentInstance


Then you can get the an instance of the host application.
Posted 25 May, 2011 03:05:43 Top
Noufal C P


Guest


Thanx...
Posted 25 May, 2011 04:08:17 Top
Eugene Astafiev


Guest


You are welcome, Noufal!
Posted 25 May, 2011 04:13:21 Top