Re: [Tutor] pywin DoModal vs CreateWindow

2007-03-21 Thread Alan Gauld
"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

[Tutor] pywin DoModal vs CreateWindow

2007-03-21 Thread Ben
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