Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim t As New TabPage
Dim newtab As New tab
newtab.Show()
newtab.TopLevel = False
newtab.Dock = DockStyle.Fill
t.Controls.Add(newtab)
KryptonNavigator1.Pages.Add(t) <----- I'm getting the error at this point
End Sub
Please help, i cant figure out the problem.
Thanks!

New Topic/Question
Reply



MultiQuote








|