respond to alert

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

We have a situation where our internal customer are required to respond to
an alert (a company $$ issue) within a custom VB windows application.
However, what we find is when they are busy they work around our alert and
do not respond to the alert in a timely manner.

My Question is: Is there a way I can take control of their PC screen and
make the user respond to the alert dialog before they can do anything else?

Thanks
BDH

Thanks
 
You could set a dialog window to System Modal, which will stop EVERYTHING
ELSE until the user responds to the prompt.
 
Bryan,

No, there is no System Modal in .Net.

And, of course, System Modal forms do not really work in a true multitasking
OS such as XP. Just think of what the ramifications would be if they did!

Kerry Moorman
 
Brian,

No, you can't "take control" of the user's screen under a multitasking OS.

Kerry Moorman
 
I really don't want to take control, I just want to force these guys to
respond to the alert window and take care of business!
 
I really don't want to take control, I just want to force these guys to
respond to the alert window and take care of business!
 
BrianDH said:
I really don't want to take control, I just want to force these guys to
respond to the alert window and take care of business!

One ugly way, make a form as big as the screen and pop it forwards every
second.. lets see them work around that ;)
 

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

Back
Top