Change Context Office Addin background - office-addins

I have developed a context PowerPoint addin which works well. I am looking for a way to customise the background of the context itself. Is this possible? The default color of the PowerPoint api context on which the addin is created is white but I would like this to be customised in runtime. My addin is developed in Javascript.

Related

Hosting Silverlight Control

In my WPF application I am using a Web Browser control, which is showing a Silverlight application. I have to go with this design(Web Browser and Silverlight) because, I badly need PivotViewer control, which only available on Silverlight.
Now, I need to communicate from WPF to silverlight app which was in Web Browser control (i.e. Pass an .NET List/Class).
How can I do it? and What are my options?
If your application is built around a Silverlight control, why are you hosting it in WPF? Wouldn't it be simpler to just have a Silverlight Desktop Application?

How to access Wpf application from a browser?

I have a WPF application (Not Wpf Browser appliction) and i want accesss my wpf aplication from browser. How can i do this?
We call that Silverlight my friend

How to get selected row of ListView in web browser control in WPF

I have a web site has a ListView and navigate it by using web browser control in WPF. I want to get selected item of ListView from web browser control. I can get selected text in web browser control by using Microsoft HTML Object Library but can't do this. Is there any way to do this?
Thank you.
You can interop with the web browser control from WPF using the DLR features.

How to embed IE (created using Watin) inside a WPF application [duplicate]

Can I embeded IE in my wpf application and interact with it firing events?
e.g. can I fill a form and press submit button programmatically?
Below is the link to the web browser control for WPF, this control was not part of the initial release of WPF, and was added in 3.5 SP1. As long as you are targeting 3.5 SP1 you can use this control and interact with the content in it. I have a WPF application that does use this control and we do a lot of JavaScript interactivity with the content from the browser by drawing on a WPF canvas and sending that information to the content API of the web browser control.
If you need an example I can look up some code samples from the application and send them your way.

Can I embeded IE in my wpf application and interact with it firing events

Can I embeded IE in my wpf application and interact with it firing events?
e.g. can I fill a form and press submit button programmatically?
Below is the link to the web browser control for WPF, this control was not part of the initial release of WPF, and was added in 3.5 SP1. As long as you are targeting 3.5 SP1 you can use this control and interact with the content in it. I have a WPF application that does use this control and we do a lot of JavaScript interactivity with the content from the browser by drawing on a WPF canvas and sending that information to the content API of the web browser control.
If you need an example I can look up some code samples from the application and send them your way.

Resources