Search found 1 match

by hntranbae
Wed 19. Mar 2014, 23:46
Forum: PCAN-Explorer 5 & Add-ins
Topic: Start PCAN-Explorer from another application
Replies: 3
Views: 5294

Start PCAN-Explorer from another application

I would like to start PCAN-Explorer 5 from another application (i.e. Visual Basic, Visual C#...). What are the dll modules should be included in my application ? The following sample code in the help file does not work

Dim app As Application
Set app = CreateObject("PCANExplorer5.Application")
app ...