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...
 
Back
Top