Win32api.MessageBox

2008-10-15 Thread Unkwntech
When I use win32api.MessageBox from the interactive console from an app that runs at the command line, it works and displays my alert just fine however when I use it in a service that I built I can hear the 'beep' but the alert does not show and the program seems to stall waiting for the alert

Re: Win32api.MessageBox

2008-10-15 Thread Bruno Desthuilliers
Unkwntech a écrit : When I use win32api.MessageBox from the interactive console from an app that runs at the command line, it works and displays my alert just fine however when I use it in a service that I built I can hear the 'beep' but the alert does not show and the program seems to stall

Re: Win32api.MessageBox

2008-10-15 Thread Duncan Booth
Bruno Desthuilliers [EMAIL PROTECTED] wrote: Unkwntech a écrit : When I use win32api.MessageBox from the interactive console from an app that runs at the command line, it works and displays my alert just fine however when I use it in a service that I built I can hear the 'beep' but the alert