Hi there,
I want to add a wpf usercontrol in an vb.net Tabpage. Is this possible?
Iskoban
Hi there,
I want to add a wpf usercontrol in an vb.net Tabpage. Is this possible?
Iskoban
In your Toolbox there is a section called "WPF Interoperability", it has a component called "ElementHost". ElementHost Class (System.Windows.Forms.Integration)
Some useful links: Learning videoes, Code Samples, WMI Code Creator, MSDN, The Code Project, WindowsClient.net, ASP.net, W3 Schools, Regular-Expressions.info, GDI+ FAQ
How to format posts with code blocks etc - present the problem/post properly
Thanks for your reaction John.
I've found the Elementhost in the toolbox, but it is disabled.
I have a activeX control with serveral tabpages. In one of these tabpages i want to put a WPF window in it.
The ElementHost component is only available in Windows Forms projects as you asked about, including for Forms UI in class libraries.
Some useful links: Learning videoes, Code Samples, WMI Code Creator, MSDN, The Code Project, WindowsClient.net, ASP.net, W3 Schools, Regular-Expressions.info, GDI+ FAQ
How to format posts with code blocks etc - present the problem/post properly
Bookmarks