I wrote a small windows application as a front end for ‘net send’ WindowsNT. I used wxPython for this. The application is over and perfectly working. In my program i call ‘os.system( )’ to send the message. When this happens i get a command window flashing.
Is there any way i can avoid it flashing? Im a newbie to Python and wxPython. This application was written as a way to understand Python.
I wrote a small windows application as a front end for
'net send' WindowsNT. I used wxPython for this. The
application is over and perfectly working. In my program
i call 'os.system( )' to send the message. When this
happens i get a command window flashing.
Is there any way i can avoid it flashing? Im a newbie to
Python and wxPython. This application was written as a way
to understand Python.
Look at the wxProcess sample in the demo. Python's popen functions may do
the right thing too, but it's been a while since I've used it on Windows so
I don't recall.
···
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!