Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
Utility for replacing Windows Forms Controls with Infragistics equivalents
posted

Has anyone written a utility (VS macro, etc) to replace existing Windows Forms controls with their Infragistics' equivalent?

I found that i can generally search and replace for these items but there are some manual changes that still had to be made.  It seems like this would be a good thing for infragistics to provide with the WinForms compoents utilities.

    System.Windows.Forms.Button => Infragistics.Win.Misc.UltraButton
    System.Windows.Forms.Label => Infragistics.Win.Misc.UltraLabel
    System.Windows.Forms.TextBox => Infragistics.Win.UltraWinEditors.UltraTextEditor
    System.Windows.Forms.CheckBox => Infragistics.Win.UltraWinEditors.UltraCheckEditor
    System.Windows.Forms.GroupBox => Infragistics.Win.Misc.UltraGroupBox
    System.Windows.Forms.ComboBox => Infragistics.Win.UltraWinEditors.UltraComboEditor 

radio buttons to optionset, etc.

Parents
No Data
Reply Children
No Data