SuperEdi
User: Guest
Search
Please use the Bug Report Form if you think you found a software defect.
Use the Contact Form to send a personal message to Wolfgang.
RSS Feed
Posted on: SuperEdi
Gunnar Syren
2008-03-26 15:49:03
Remote control from Visual Studio?
Is it possible to use Visual Studio (VB or C#) to remote control SuperEdi?
I tried the example code
Dim app Set app = CreateObject( "SuperEdi.Application" ) app.Visible = True
but it gave me an error: "COM target does not implement IDispatch" on the third line.
Anonymous
2008-06-20 15:44:00
Re: Remote control from Visual Studio?
The example does not work for vbscript either, but this does: Set app = WScript.CreateObject ("SuperEdi.Application"). May be you'll find something similar for VB.harrie