[python-win32] win32com, excel and wx
by Bill Papadopoulos other posts by this author
Sep 30 2004 12:00AM messages near this date
Re: [python-win32] MSWord: Server Busy
|
[python-win32] MSWord: Server Busy
Graeme, try this
import wx
dlg = wx.MessageDialog(None, "Window Message", "Head Message")
a = dlg.ShowModal()
Its like your win32ui.MessageBox, like win32api.MessageBox
Vax
____________________
b_papadopoulos@[...].gr
vax@cls.gr
Attachments:
unknown1
unknown2
unknown3
unknown4
|