Windows Scripting Host popup method has stopped timing out

C

Curt

I have some existing vb code that uses the Windows Scripting Host
object Popup method to flash a timed message. I have not modified the
code, and it has been in use over a year. The popup occurs, but it no
longer times-out. I have to click the OK button to make it go away.
I get no error messages.

Can anyone suggest what might have happened that stops the timeout
from occurring? The only thing I can think is that, perhaps, some key
in the Windows XP Home registry got changed or is missing.

Here is a snippet of code:

Dim wsh As Object

Set wsh = CreateObject("WScript.Shell")
wsh.Popup "Highlighting completed.", 2, "Done"

Thanks,
Curt
 
B

Bob Phillips

Curt,

A number of people have reported this problem. I have not seen a solution,
it just seems it might be a bit flaky.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top