Hi,
I'm just trying the pywin gui examples and I'm wondering why I won't
receive any BN_CLICKED notifications in the code attached. Can anyone help?
Christian
from pywin.mfc import dialog, window
import win32ui
import win32con
import win32api
def MakeDlgTemplate():
style = (win32con.DS_M
Thanks everybody for all the pointers. I've enough to play with now.
Christian
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
Christian K. wrote:
> Hi,
> is there any chance that one could write a custom action rule
> (CAR, see http://support.microsoft.com/?kbid=151690)
> for Outlook in python?
>
Those rules add-ins are just COM servers, so theoretically you should be
able to do it in Python.
The trick, of course, i
Christian K. schrieb:
> Tim Golden timgolden.me.uk> writes:
>
>>
>> Christian K. wrote:
>> > Ludovic Reenaers wrote:
>> >> Hi,
>> >> you should download WxPython there is a pretty nice documentation with
>> >> very
>> > detailed samples.
>> >> cheers,
>> >
>> > I know, thanks. wxPython is usua
Tim Golden timgolden.me.uk> writes:
>
> Christian K. wrote:
> > Ludovic Reenaers wrote:
> >> Hi,
> >> you should download WxPython there is a pretty nice documentation with very
> > detailed samples.
> >> cheers,
> >
> > I know, thanks. wxPython is usually my first choice, however this time I
Christian K. wrote:
> Ludovic Reenaers wrote:
>> Hi,
>> you should download WxPython there is a pretty nice documentation with very
> detailed samples.
>> cheers,
>
> I know, thanks. wxPython is usually my first choice, however this time I just
> need some simple stuff, e.g. simple dialogs, messag
Ludovic Reenaers wrote:
> Hi,
> you should download WxPython there is a pretty nice documentation with very
detailed samples.
> cheers,
I know, thanks. wxPython is usually my first choice, however this time I just
need some simple stuff, e.g. simple dialogs, message boxes and I don't want to
have
Hi,
you should download WxPython there is a pretty nice documentation with very
detailed samples.
cheers,
Ludo
- Original Message -
From: "Christian K." <[EMAIL PROTECTED]>
To:
Sent: Tuesday, October 16, 2007 8:47 AM
Subject: [python-win32] gui examples
> Hi,
> could somebody point m