Connecting an XML listener to a VB interface
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
My scenario is where I would need to connect to a third party app's DLL VB interface with an XML listener. Basically the XML listener will be in the same box with the DLL and the VB interface calling that particular DLL. My difficulty is in getting the XML listener invoking the VB interface. How do I go about doing that? Thanks.