ComponentFactory / Krypton

Krypton WinForms components for .NET
BSD 3-Clause "New" or "Revised" License
1.88k stars 689 forks source link

Porting existing form to use KryptonForm controls? #111

Open pixelvertice opened 6 years ago

pixelvertice commented 6 years ago

Is there easy way to port my existing Winform form controls to use KryptonForm controls? I know a way to inherit ComponentFactory.Krypton.Toolkit.KryptonForm but it only changes my form window, but the forms still using standard Winform controls. Or do I have to rebuild my form from scratch?

holgw commented 6 years ago

You can work with *.Designer.cs files and replace controls classes by Krypton instances using any text editor. Or manually rebuild in Winforms Designer (using any IDE).