cappy2112
January 24th, 2005, 09:42 PM
I'm trying to call an API function, but VBscript doens't seem to like it
|
Click to See Complete Forum and Search --> : Can I use a Declare statment in VBScript ? cappy2112 January 24th, 2005, 09:42 PM I'm trying to call an API function, but VBscript doens't seem to like it visualAd January 25th, 2005, 05:32 AM You can't call api functions in windows script host - you'll need to create a wrapper object in VB which can be created as a VBScript object using the CreateObject function. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |