0

I've added the toolkit.dll as a reference, but I can't seem to find out how to make the program inherit the ComponentFactory.Krypton.Toolkit.KryptonForm so that the over all form's design is different. Any help?

1 Answers1

1

Try to change the base class of your forms from Form to KryptonForm.

Lex Li
  • 60,503
  • 9
  • 116
  • 147