|
-
Mar 18th, 2005, 01:19 AM
#1
Thread Starter
Member
*.vbs > how to declare dll in visual basic script???
I try to write a .vbs file which contain some function.
But i need to refer to some dll/component.
In VB, i can click "Project>Reference>....." but in vbs i cant to like that?
Another problems is how to declare function in .vbs file?
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Public Function Main()
Some coding here...
End Function
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Any ideas would be very appreciate!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|