Hi all !
I've programmed a little application in C# to use script like msg plus does.
I thank that was easy but there's a little problem. ^^
The application compil perfectly the JScript file, all work perfectly, I can call JS's function by the application, but I can't call application's function by the JS, i tried lot of thing as "Interop.Call" to send message with user32 but i understood after that's a msg plus function.
Does someone know how i can call user32 without Interop.Call from the javascript's file ?
Maybe with an ActiveX object...
I'm sure it's possible because Patchou did it.
Thanks ^^