Using VFP9 on XP Pro I do not get the expected behavior of a 1 second time out. I get an hourglass mouse cursor until I button click instead. This a VFP bug or is there something strange with my setup?
Thanks,
Brian
In VB Script (save as *.vbs as dbl click) it is:
Thanks,
Brian
Code:
WShell = CREATEOBJECT("WScript.Shell")
WShell.Popup("My Timeout isn't respected!", 1, "Title", 1)
In VB Script (save as *.vbs as dbl click) it is:
Code:
set WShell = CREATEOBJECT("WScript.Shell")
WShell.Popup "My Timeout is respected!", 1, "Title", 1