I'm using win32gui.FindWindow() to find the handle of a window. This
works until you set the title of a window to some unicode strange
looking title like russian or arabic.
The msdn documentation about FindWindowEx mentions the existence of
FindWindowExW supported by the Microsoft Layer for Uni
There are a couple of posts about this about 3 years back, when I
tried to do this.
(http://aspn.activestate.com/ASPN/Mail/Browse/Plain/Python-win32?period=200409)
The project died the next week, so never got anything going, but
hopefully some of those comments might help you along your way.
Rega
Hi,
since my knowlegde about windows gui programming is not existent I'd prefer to
do the gui part of a Outlook addin using wxPython.
Is that possible at all and if yes, at which point can I start the wxPython main
loop? Basically the addin does similar things as spambayes. It listens to button
an