shut-down Operating System Question

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

Guest

Hi
I have a VB.Net windows application that for some reason when running will
not allow the user to shut-down/reboot the Operating System without first
closing my application. Has anyone had the problem and how might I resolve
it?

I need my app to allow the user to shut-down and or reboot their OS without
closing my application first.

Thanks
BrianDH
 
BrianDH said:
I have a VB.Net windows application that for some reason when running will
not allow the user to shut-down/reboot the Operating System without first
closing my application. Has anyone had the problem and how might I
resolve
it?

Could you provide some details about your application?
 
in WMI you could trace the call to shotdown the PC, may be, you could detect
the call and cancell it, until your application its closed...
 

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