I want to add a treeview at runtime. When I try
tvwTree = Controls.Add("M SComctlLib.Tree Ctrl", "tvwTree")
I get an error saying that I can't add the control because there are no other TreeViews being used on the form. It then invites me to uncheck a box in "Project Options"-- and apparently that will fix it. The only problem is, I can't find where they're talking about. Hopefully, somebody here knows. Thanks in advance.
tvwTree = Controls.Add("M SComctlLib.Tree Ctrl", "tvwTree")
I get an error saying that I can't add the control because there are no other TreeViews being used on the form. It then invites me to uncheck a box in "Project Options"-- and apparently that will fix it. The only problem is, I can't find where they're talking about. Hopefully, somebody here knows. Thanks in advance.
Comment