I want to create an own charting control, which can be embedded and used in office documents.
the control should be passive, if the user does not interact with it. when the user clicks on it, also new ribbon controls etc should be possible.
what is the best solution to establish something like that?
some years ago, this was possible with ole objects. is that still a good solution, or are OLE control elements dead ended? what are the following technologies?
are there any good WPF or winforms solutions?
Chapter 13 of Carter & Lippert “Visual Studio Tools for Office 2007” is on using Windows Forms and WPF in VSTO.
Short answer, VSTO has Windows Forms control support, including a control called ElementHost which allows you to use WPF controls.
Googling ‘vsto elementhost’ yields this, for example.