Hi all.
I'm coding a project in visuel C#, and in VBA.
The connection between the two is made with a COM object.
I have created a TreeView in VBA with the librairie MSCOMCTL. And i want to send this TreeView Object to C#
The thing is that C# windows Forms TreeView seems to be not compatible with VBA MSCOMCTL treeView.
Is there any tips or idea to fix this ?
any help is welcome !