lp
  • lp
  • Newbie Topic Starter
2011-09-05T17:11:40Z
Your example using Krypton is great. I downloaded the toolkit and added it to my references but following your example it tried to set "Private myStyler as CustomeStyler" the vb2010 would no recognize this in my program. What am I missing?
Thanks
Igor/10Tec
2011-09-06T08:51:38Z
As always, what can we say about a sample app we can use to reproduce the problem 😉 ?!

We do not see the code, what error message appears, etc.

Prepare and send us a sample project, please.
lp
  • lp
  • Newbie Topic Starter
2011-09-06T13:58:15Z
Imports TenTec.Windows.iGridLib
Imports System.Drawing.Drawing2D
Imports ComponentFactory.Krypton.Toolkit

Public Class Form1
Private myStyler As customStyler

Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load

End Sub
End Class

I can not get customstyler to take
I have sent via email a sample of this happening.
Thanks