"Ben" <[EMAIL PROTECTED]> wrote
> Recently my friend ask me for help on pywin32 gui programming.
pywin32 is only really a sensible route if you already know MFC
and want to translate some design into Python. Otherwise its
painful. Mainlybecause the underlying windows code is painful.
It is full
Recently my friend ask me for help on pywin32 gui programming. There is one
thing that throw us off (Note. Both of us don't have any mfc background and
we are newbie in python). When the "DoModal" is called, the gui will stay in
loop. It is different when the "CreateWindow" is called. If we run th