quote:
Originally posted by matty
Visual Basic does not export the DLLs when you compile it. You need to create an ActiveXObject for it.
code:
var MyActiveXObj = new ActiveXObject('ProjectName.ClassName');
MyActiveXObj.MyFunction('hi', 'we', 'are', 'params);
You were quicker than me in 10seconds...
I just updated my reply....
By the way, what's excatly the difference between <OleFiles> and <DotNetFiles> ?
Thanks!