smack0007
smack0007

Reputation: 11366

Using XAML in WinForms

I want to use XAML to generate classes at compile time in a complete WinForms app. I don't want to use WPF although I am open to suggestions.

It seems like this should be possible but I can't find any information about exactly how. The closest thing I've found is this page: http://anoriginalidea.wordpress.com/2007/12/13/weird-science-defining-winforms-in-xaml/

Any ideas?

Upvotes: 10

Views: 8894

Answers (1)

Preet Sangha
Preet Sangha

Reputation: 65496

It's a common misconception that XAML = WPF, it doesn't. I'd suggest looking at CODE + MARKUP = Applications book by Petzold. Though I suspect that it won't cover Winforms per se. I've always planned to try this but never got round to it. Good luck.

Upvotes: 3

Related Questions