CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2007
    Posts
    122

    When I Should use WPF?

    if i have windows application and i have 2 options to use WPF or win forms ... what i should choose?

    and when i should use win and wpf ?

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: When I Should use WPF?

    Use WPF on new projects. It's quite advanced over WinForms.

    Search msdn for more info, samples, etc. on both WPF and WCF.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured