In an ms-access vba form, I am using a treeview control which is not rich enough for my purposes (class MSComctlLib.TreeCtrl.2). I found documentation on a newer and better treeview control, but this is a .net version.
I know virtually nothing about .net, but I wonder whether it is possible to embed this .net treeview into vba, so that I can use it in my forms.
Can this be done? If so, how?
In an ms-access vba form, I am using a treeview control which is not
Share
You can expose the .net control as an activex control:
http://www.codeproject.com/Articles/1256/Exposing-Windows-Forms-Controls-as-ActiveX-control
There probably is another way to do this using visual studio tools for office.