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

    UI considerations

    Hi,
    A very general question, probably not for VB.NET only:

    If I start writing a new project from scratch (using VS2010) which is supposed to contain an eye-candy UI - what is the best approach? The traditional winforms UI, WPF or perhaps Sliverlight?


    Thanks

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: UI considerations

    Welcome to the forums!

    I'd say WPF is the best option here, if it is solely for Windows based apps. If you're writing a web app, consider using Silverlight as well.

    Hannes

Tags for this Thread

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