Re: [python-win32] win32com, excel and wx
by Niki Spahiev other posts by this author
Sep 30 2004 8:38AM messages near this date
RE: [python-win32] MSWord: Server Busy
|
RE: [python-win32] win32com, excel and wx
Bill Papadopoulos wrote:
> Graeme, try this
>
> import wx
>
> dlg = wx.MessageDialog(None, "Window Message", "Head Message")
>
> a = dlg.ShowModal()
>
> Its like your win32ui.MessageBox, like win32api.MessageBox
>
Its easy to show wx window first time. Second and third are usually the
hard part.
Niki Spahiev
_______________________________________________
Python-win32 mailing list
Python-win32@[...].org
http://mail.python.org/mailman/listinfo/python-win32
Thread:
Bill Papadopoulos
Niki Spahiev
|