Re: cast a MSCOMCTL TreeView to a Windows Form TreeView
Yes, you're right !
But i want to manipulate a MSCOMCTL TreeView created in VBA Excel in a C# application.
I already receive that TreeView in my C# application in Visual Studio.
I tried to handle this treeview with MSCOMCTL too in C#. But the treeview method causes me many problems ...
For exemple, i can't even use the : myTreeView.Nodes.Add method.
Is there any tips or solution, or exemple ?
any help would be fine ...
Bookmarks