in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

How to convert an existing app to DX?

Last post 11/14/2008 6:25 AM by Luc DEBRUN. 3 replies.
Page 1 of 1 (4 items)
Sort Posts:
Previous Next
  • 11/13/2008 9:56 AM

    How to convert an existing app to DX?

    I just purchased the DX Enterprise and am looking to get started using these great components. Is there an easy way or best practice to convert/upgrade an existing WinForms 2.0 application to a DX WinForms application?

    In more detail, I want to take advantage of a consistent look and feel using the DX suite and benefit from the skins and themes. I currently have a MDI app with roughly 50+ forms so moving from form to form, control to control would be tedious.

    Thanks for any help

  • 11/13/2008 10:38 AM In reply to

    Re: How to convert an existing app to DX?

    David Pring:
    so moving from form to form, control to control would be tedious.

    indeed it is. better get to work :)

    No way I know of. short of Find -> Replace "System.Windows.Forms.Button" with "DevExpress.XtraEditors.SimpleButton" and repeat for all controls to be replaced. Once done go back and fix properties as there are some differences. Toolbars I imagine you'd just have to delete and recreate with XtraBars. Same with Grids. You'd really only be hitting editor UI components and changing the Form to an XtraForm. This all sounds good in my head. Not sure how well this works in practice though.

  • 11/13/2008 11:23 AM In reply to

    Re: How to convert an existing app to DX?

    Nate Laff:
    indeed it is. better get to work :)
     

    Ouch. I guess I better adjust my project plan!!   

  • 11/14/2008 6:25 AM In reply to

    Re: How to convert an existing app to DX?

    Not sure what the 50 forms do and how much code you have but ... have you considered XAF?

    If most of those 50 forms are data entry form with minimal code, it may be worth the look

    On the other hand, some have reported difficulties with the learning curve to XAF.

    Luc

     

    Luc Debrun
Page 1 of 1 (4 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED