Kyle Dickerson
Kyle Dickerson

Reputation: 3

Visual Studio 2013 & Krypton Toolkit (c#)

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?

Upvotes: 0

Views: 1682

Answers (1)

Lex Li
Lex Li

Reputation: 63254

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

Upvotes: 1

Related Questions