I'm using Treeview from Common Controls version 5 because it can be themed.
I have SP6 installed.
I found a weird bug:
If the project is opened directly when you start the IDE it works fine, but if you first open other project, or even a blank new project, and after that you open the project that uses the Treeview, when you try to access any property of the control it raises the error 360 'Object already loaded'.
Easy to test:
I have SP6 installed.
I found a weird bug:
If the project is opened directly when you start the IDE it works fine, but if you first open other project, or even a blank new project, and after that you open the project that uses the Treeview, when you try to access any property of the control it raises the error 360 'Object already loaded'.
Easy to test:
Code:
Private Sub Command1_Click()
TreeView1.Visible = False
End Sub