Click here to Skip to main content
15,892,199 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
ClockMeister14-Dec-17 6:56
professionalClockMeister14-Dec-17 6:56 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
Dan Neely14-Dec-17 5:18
Dan Neely14-Dec-17 5:18 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
Eddy Vluggen14-Dec-17 7:37
professionalEddy Vluggen14-Dec-17 7:37 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
Dan Neely14-Dec-17 7:51
Dan Neely14-Dec-17 7:51 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
Eddy Vluggen14-Dec-17 8:57
professionalEddy Vluggen14-Dec-17 8:57 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
BillWoodruff13-Dec-17 15:07
professionalBillWoodruff13-Dec-17 15:07 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
raddevus13-Dec-17 16:46
mvaraddevus13-Dec-17 16:46 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
John Torjo13-Dec-17 21:48
professionalJohn Torjo13-Dec-17 21:48 
Just my $.02:

WinForms are really easy. And I mean, REALLY easy, I've enjoyed using them for years.

The click for me, when going to WPF, is: 4K monitors. If your resolution is high-res (such as, for 4K), WinForms are taking a really big fall. About close to 2 years ago, I got a laptop with 4K resolution. At this point, things starting to go downfall. What you see in the VS designer, is not what you will see visually. Some of the controls you create will look incredibly messy. The AutoScaleMode : if you go with Font, it will look horrible. If you go with Dpi, sometimes it's decent, sometimes not - what I've found is that most of the time, as long as I keep the form/control under 1900x1080, it's ok; and as a side-note, never go with None.
Now, add to that the Anchor property - which I used heavily to properly align controls. It seldom works on high resolution monitors.
What you end up is pretty much "try to see if it works". And "if" it works, you need to then test at other resolutions. So, long story short, as monitors get higher and higher res, WinForms is losing ground.

Now, onto WPF - really steep learning curve, but the results can be amazing. A lot of things will once again be "trial and error" at first, but once you get the hang of it, and if you have some pretty fancy UI in mind, WPF can definitely help you there. That, and Resharper Big Grin | :-D

Best,
John
-- Phot-Awe - Find the Photos you Love - FAST!

GeneralRe: Desktop: WinForms, WPF, UWA Pin
raddevus14-Dec-17 3:10
mvaraddevus14-Dec-17 3:10 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
John Torjo14-Dec-17 22:37
professionalJohn Torjo14-Dec-17 22:37 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
raddevus15-Dec-17 4:47
mvaraddevus15-Dec-17 4:47 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
Super Lloyd13-Dec-17 18:15
Super Lloyd13-Dec-17 18:15 
AnswerRe: Desktop: WinForms, WPF, UWA Pin
abmv13-Dec-17 20:02
professionalabmv13-Dec-17 20:02 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
raddevus14-Dec-17 3:02
mvaraddevus14-Dec-17 3:02 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
Jim_Snyder14-Dec-17 3:50
professionalJim_Snyder14-Dec-17 3:50 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
abmv14-Dec-17 21:08
professionalabmv14-Dec-17 21:08 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
GuyThiebaut13-Dec-17 20:59
professionalGuyThiebaut13-Dec-17 20:59 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
raddevus14-Dec-17 3:05
mvaraddevus14-Dec-17 3:05 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
GuyThiebaut14-Dec-17 7:57
professionalGuyThiebaut14-Dec-17 7:57 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
raddevus14-Dec-17 8:31
mvaraddevus14-Dec-17 8:31 
AnswerRe: Desktop: WinForms, WPF, UWA Pin
Meshack Musundi13-Dec-17 21:04
professionalMeshack Musundi13-Dec-17 21:04 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
raddevus14-Dec-17 3:08
mvaraddevus14-Dec-17 3:08 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
dietmar paul schoder14-Dec-17 0:11
professionaldietmar paul schoder14-Dec-17 0:11 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
Marc Clifton14-Dec-17 1:29
mvaMarc Clifton14-Dec-17 1:29 
GeneralRe: Desktop: WinForms, WPF, UWA Pin
Nish Nishant14-Dec-17 2:49
sitebuilderNish Nishant14-Dec-17 2:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.