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 to close, how can I have the alert show so that the user can see what it says and press the button? -- http://mail.python.org/mailman/listinfo/python-list
- Win32api.MessageBox Unkwntech
- Re: Win32api.MessageBox Bruno Desthuilliers
- Re: Win32api.MessageBox Duncan Booth