Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
- Walkthrough: Hosting an ActiveX Control in WPF
- Walkthrough: Hosting a Windows Forms Composite Control in WPF
How do you use an ActiveX control in Windows Presentation Foundation. The URLs above gives you step-by-step process for placing an ActiveX control or a Windows Form Control in a Windows Presentation Foundation project!
So what would a question look like?
You want to add a <<ActiveX control or Windows Form Control>> in a Windows Presentation Foundation project, what class would you use to do this?
Answer: WindowsFormHost
<Grid>
<WindowsFormsHost>
<!—Pur the control here –>
</WindowsFormsHost>
</Grid?
It’s a great day, keep at it!