Hi.

In my Form i have 5 tabs and each tabpage has some check box,s in them, now what i need to do is that if a check box is check or unchecked and the user goes to another tabpage then back to the first tabpage the checkbox is still checked or unchecked.

How to i achieve this please?

Many Thanks

Worf


Private Sub AddConPanel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddConPanel.CheckedChanged



End Sub