Re: How to detect windows shutdown

2005-04-07 Thread vincent wehren
"Austin" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] |I wrote a GUI program with wxPython. | The error message is: | | Unhandled exception | An unhandled exception occured. Press "Abort" to terminate the program, | "Retry" to exit the program normally and "Ignore" to try to c

Re: How to detect windows shutdown

2005-04-06 Thread Austin
I wrote a GUI program with wxPython. The error message is: Unhandled exception An unhandled exception occured. Press "Abort" to terminate the program, "Retry" to exit the program normally and "Ignore" to try to continue. Actually, besides the main program, there is another thread running backgr

Re: How to detect windows shutdown

2005-04-06 Thread Peter Hansen
Austin wrote: I wrote a program running on windows. I put the link of the program in "Start up" folder and let it executed minimized. Every time when I open the computer, my program will be running in system tray. But if the user would like to shutdown the computer, the OS will show an error ab

Re: How to detect windows shutdown

2005-04-06 Thread Larry Bates
Programs that start at boot, run until shutdown and run in background all the time under Windows are good candidates for being turned into Windows Services. They respond to shutdown commands properly and can be fine-grained scheduled as well. For tutorial pick of a copy of Python Programming on W

How to detect windows shutdown

2005-04-06 Thread Austin
I wrote a program running on windows. I put the link of the program in "Start up" folder and let it executed minimized. Every time when I open the computer, my program will be running in system tray. But if the user would like to shutdown the computer, the OS will show an error about exception.