Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to use Microsoft tree view control so i had to add mscomctrl.ocx
to my project as a reference
and because iam working on windows 7 64 bit and the mscomctrl.ocx has 32 bit controls i registered it in the command prompt
my problem is even though i add this ocx as reference
and i can use the following statement
Dim x As MSComctlLib.TreeView (so the library is added correctly)
i cant see windows tree view control in design mode ?
what should ido?
note i tried the solution from options->Trust Center->Trust Center Settings ->Activex Settings ->Enable All Controls
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900