Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi
I was wondering if there is way to write a DLL which calls and external VBScript file.

Or is there a way to write a vbscript code in a dll file??

--
AJ
Posted

1 solution

If they are loose vbscript files, then you can just ShellExecute them.

Alternatively, if you want to host the VBScript engine in your app, see this article:

How to add support for hosting VBScript to an ATL application[^]
 
Share this answer
 
v3
Comments
ankitjoshi24 28-Apr-11 11:52am    
Thank you.
Nish Nishant 28-Apr-11 11:57am    
You are welcome!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900