Hello I was wondering if I could use a wpf window/page as the class config dialog window. The problem that I'm having is that the compiler doesn't look for that kinda thinking and I'm getting an error like such when trying to initialize my cc
File: ConfigWindow.xaml.cs Line: 28 Error: The name 'InitializeComponent' does not exist in the current context
There is a good article here that might shed some light on the problem that I'm having.
Hosting a WPF Control in a Windows Forms Application - MHender Rambles On - Site Home - MSDN Blogs.
Please tell me its possible to use a wpf window instead of those boring old winforms.
File: ConfigWindow.xaml.cs Line: 28 Error: The name 'InitializeComponent' does not exist in the current context
There is a good article here that might shed some light on the problem that I'm having.
Hosting a WPF Control in a Windows Forms Application - MHender Rambles On - Site Home - MSDN Blogs.
Please tell me its possible to use a wpf window instead of those boring old winforms.