Hi Happy New Year :wave: I would be grateful if told how to run vb scripts via the VB6 platform. Thanks
Printable View
Hi Happy New Year :wave: I would be grateful if told how to run vb scripts via the VB6 platform. Thanks
I've been needing to check up on this myself.
Here are some examples I just pulled up from PSC
Using MS Script Control in VB, VBScript and JScript!
Script Engine: Allow end users to extend your app using VB
Code Helper
An easy way to read VBScripts
Add vbscript to your vb applications
Add Scripting to your apps!
There are more, but this should be enough to get us started :)
you can execute a vb script file (vbs) like this:
VB Code:
Shell "Wscript.exe C:\lol.vbs" 'Execute the vbs file