Hi
I'm trying to run a short VBscript script file that popup a window to the
user and the user can press OK or Cancel buttons.
When I run the script (via CScript or WScript) it runs properly but in
Windows Mobile (on HTC Tytn2 device) nothing happens.
Here is an example of the script:
sub testing()
dim answer
answer=MsgBox("Hello everyone!",65,"Example")
end sub
Thanks
Aviad