Anyone know how to execute 64-bit vbscript code in vb.net?
I need to execute some vbscript com component that only has specific 64-bit and 32-bit components and I CANNOT use the 32-bit component on 64-bit computer!
The vbscript code is on my project page: http://kinectmultipoint.codeplex.com
You need the dsf runtime installed to run the vbscript and to run softehcicfg program.
Its code for an mouse emulator that moves the mouse a few inches on screen for 2 seconds and then you see it acting no more.
I plan on creating an mouse emulator for 32-bit and 64-bit computers but the scripting control will not work because the libraries are specifically 64-bit.
The 32-bit version is fine but i need to work on 64-bit version.
There is no such thing as 64bit or 32bit VBScript code. VBScript is a runtime interpreted scripting language and not compiled code. If you can clarify your question with the correct information you may get more helpful answers.