Does anyone know how to run a jScript or vbScript w/out ShellExecute ?
------------------------------------------------------------------------
Can anyone tell me how a scripting language is done or direct me to some help ?
------------------------------------------------------------------------
Can anyone tell me how a scripting language is done or direct me to some help ?
Iirc, there's a COM interface that let's you use VBscript (and JScript, microsoft's javascript) in your application. Ernie has an example of his site.
Also search for the IActiveScript interface on msdn, there's information and samples there as well.
Thomas
Also search for the IActiveScript interface on msdn, there's information and samples there as well.
Thomas