CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Apr 2009
    Location
    Africa, Congo
    Posts
    6

    is WPF still BETA?

    I tried to use WPF for the first time today and noticed that it is very buggy. I get random errors, windows don't work the way they should, the designer keeps going black and is out of date. Ranaming a window in solution explorer fails to update the window name in code and in namespaces so I have to edit every line manually.

    I was trying to create a simple MDI application which it appears is no longer supported. I've tried to test if a window was disposed using the .IsDisposed property which is missing now as well. I can't figure out how to test for a window that is disposed or waiting to be disposed.

    I guess for now I am going to stick with Windows Forms because it seems like WPF has a long way to go yet...

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: is WPF still BETA?

    Use Expressions Design for your WPF needs. v3 is coming out soon
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Apr 2009
    Location
    Africa, Congo
    Posts
    6

    Re: is WPF still BETA?

    Quote Originally Posted by dglienna View Post
    Use Expressions Design for your WPF needs. v3 is coming out soon
    I'm don't know what you mean by expressions design. I was just playing with WPF because I heard that it was going to replace windows forms. I don't know if that is true or not. For now I can continue to use windows forms and get a faster result. If there is a new version of WPF coming out soon I will wait to try that version.

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

    Re: is WPF still BETA?

    WPF has been released for quite some time. It's not that buggy.

    What version of Visual Studio are you running (i.e. 2005, 2008)? What version of .Net are you running? 3.0? 3.5?

  5. #5
    Join Date
    Apr 2009
    Location
    Africa, Congo
    Posts
    6

    Re: is WPF still BETA?

    I am using C# 08 EE Vista.

    Do you know how to set a MDI window with it or what they renamed IsDisposed to?

    I'm trying to get a book on it but my library doesn't have computer books so they have to get it from another library and its taking forever.

  6. #6
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: is WPF still BETA?

    Check out the link in my signature of 101 Samples
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

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

    Re: is WPF still BETA?

    Quote Originally Posted by KPC View Post
    I am using C# 08 EE Vista.

    Do you know how to set a MDI window with it or what they renamed IsDisposed to?
    IsDisposed has definitely not been renamed.

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