mkusa Report post Posted 10/01/2003 04:52 AM Hi, I was wondering, can you use an external function using Declare statment using the VBS module ? meaning, can I use for example a function I wrote in a .DLL file ? if yes, is it the same declare as VisualBasic declaration ? Thanx, Musaed Share this post Link to post
SupportTeam Report post Posted 10/01/2003 05:46 AM There is a way, but it's not as straightforward as in VB... See the "DynaWrap.dll" tool at this site: http://cwashington.netreach.net/main/tools...t.asp?topic=a-m or you can make an ActiveX wrapper for your DLL and then call the wrapper direct from VBScript. Share this post Link to post