Linked by Thom Holwerda on Fri 29th Oct 2010 20:48 UTC
Permalink for comment 447728
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
Linked by Thom Holwerda on 05/16/13 13:17 UTC
Linked by Thom Holwerda on 05/16/13 12:06 UTC
Linked by Thom Holwerda on 05/15/13 23:03 UTC
More News »
Sponsored Links



Member since:
2007-09-23
It's pretty easy. Most of my design I do in XAML which is very efficient. But sometimes I need to handle the controls in code which works just as you would expect if you are used to WinForms. You can actually access WinForms from within WPF application _exactly_ as you do in your normal WinForms app. Just be careful what namespaces you include so you don't confuse your compiler.
One thing I love is the ease of modifying controls. You can put a style on it, or completely remake a control just by using templates. This is how I made those playback buttons which were supposed to look somewhat like the buttons in Windows Explorer (in fact I have tried to mimic Explorer pretty much). However, when it's easy to style your app, some people/corporations will abuse that ability and create computer-vomit, but that's life.
I used Glade before when doing GTK+ apps, which I enjoyed, so WPF with XAML felt natural for me.
However, I love the Qt toolkit and how easy and powerful it is. When I port my app to Linux I hope to be able to do a Qt and a GTK+ version (because integration is extremely important IMO), so I hope that WPF can give me that separation that I need as well.
Oops! This seems to have gotten out of hand. I should've stayed on topic... *flees*
Edited 2010-10-30 04:39 UTC