WinAPI vs WinForms vs WPF

This is a simple WinAPI control:

This is the same control in C# WinForms:

http://www.personal.psu.edu/jas5333/images/trumpet_stock.jpg

This is the same control in C# WPF:

http://www.egomusic.biz/images/intelli/French-Horn.jpg

I guess I am getting old.

Could you perhaps clarify what you’re trying to say?

I’ve been programming since 1977, and professionally programming since 1982. And WPF is still stumping me constantly any time I need to seriously customize something. Either it is a pile of unnecessarily complex crap, or I am getting too old. Just wanted to vent.

Well, if it’s any consolation, it’s obsolete now, too. Today’s flavor of the day is WinRT. (Still XAML, though).

You’re welcome.

Unless Microsoft also adapts that to desktop, there’s no way that’s going to last. I may have grown to like Windows 8, but too many people absolutely hate it. And even I spend most of my time in Desktop.

No serious programmer is going to make software that only runs on an unpopular operating system. Heck, most developers still support XP, which gives instant support for all later Windows versions.

It took me way longer to come up to speed with WPF than I am comfortable admitting. (Primarily because I’m a little too full of myself and figured that I had enough experience that I could pick it up just by tinkering with it.)

After I broke down and actually typed in all the examples from the books, I really fell in love with it. It is very powerful.

But the learning curve is a bitch.

Data binding is my bitch.

That is all.