Hi. My question is whether i can transfer knowledge from one technology to other.For example, event handlers in WinForms etc. I know that WPF can also be built in C# but lets say if i code the WPF UI in XAML, then will i be able to use "normal" WinForms button clicks etc in WPF?
Hope you get my question.
WinForms and WPF
Page 1 of 12 Replies - 211 Views - Last Post: 22 October 2011 - 09:48 AM
Replies To: WinForms and WPF
#2
Re: WinForms and WPF
Posted 22 October 2011 - 09:45 AM
The mechanics are basically the same. It's mostly the UI that is different. So, for XAML buttons (System.Windows.Controls.Button), there's a Click event, that you handle in the exact same way as you would in Windows Forms.
My suggestion is to just make a WPF test project and try things.
My suggestion is to just make a WPF test project and try things.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|