| |
misho
Posts: 3
Score: 0
Joined: 7/21/2008
Status: offline
|
Hi, New to VB Script (i.e. started around noon today). I'm trying to control a program called SolidEdge, and have successfully done it with VB.net, but Now, I'm supposed to do it with VBScript because this code is eventually going to be generated by another application. Anyway, in Visual Studio, you can add a reference to a COM component, and then it makes a <COMReference Include="SolidEdgeConstants"> entry (or something like that) in the .vbproj file (an XML document), and then I can access things in that library. Is there anything like that in VBScript? Thanks. - Misho
|
|