please can i know how to add flash object into custom task pane using VSTO
|
|
You can add a "Shockwave flash object" control to your task pane or form region. You may have to find it in your user controls and add it in you tool box. You can then set the Movie property to the URI of the flash swf. Marcus Update You can add you swf file to your project and set it to copy to output then you need to reference it in code. add a helper property to you addin or copy the code out.
Then in your taskpane showing/init event
|
||||||||||
|
|
|
thanks for all who are all replied for my post the code helped me in one way i did some changes and i executed ,it solves my problem thanks for all the reply |
||||||||
|
