Hi ^OO^
I have just been playing with your script thingy and it copes wonderfully with whatever I give it.
Thats why i suggest to take a look to it.
The more interesant thing is that if you send a code to run flash or msagent or to control outlook or to control IExplorer, etc, etc, etc. It will do it!!
Its the door to a very big 'layer' of windows.
With this small gizmo you have all the power of vbs on your PB application, and that good for me.
But, we need a dll made in C++ or asm to avoid runtimes.
I have VC++ and i have coded some things (not to much) but i dont have any idea how to call COM from it.
As i said, in VB it only requieres 2 or 3 lines of code, then it could not be so hard in other language.
I think it worth to make this dll.
The application I am working on will execute 256 calculations each time Return is pressed.
How fast could WSH execute them?
Very fast, once the WSH is loaded its fast to run any code.
I think that our dll must be capable to send each result to a procedure in PB (that part is easy using a pointer).
Can any body help us?
There is some source in MASM to call vbs or we can try in C++.