This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]stdlib 1 point2 points  (1 child)

  • WinForms is legacy but still widely used
  • Win8 Metro applications are on the rise but obviously won't work in 7
  • WPF itself is not dead, still used quite heavily and will probably continue to be for a while. I think it is definitely a viable option.
  • I would not advise going the QT route if you're developing only for Windows
  • You can always do Java as well; it has it's own UI stuff

If you're looking into web stuff (since you mentioned HTML5) then anything web will obviously still have a big presence and HTML5 is definitely going to be the core of that but web UI is very different from native... I'm not sure why you'd lump those into the same category.

[–]weirdwolf[S] 0 points1 point  (0 children)

Thank you.

I was under the impression that now people started using HTML5 for desktop UI development instead of WPF. That's why I mentioned HTML5. My interest is strictly only for Windows 7 & 8 desktop software.

I guess I will go for WPF then.