[PythonCE] GUI fun

Brian Brown brian@ablelinktech.com
Tue, 8 Oct 2002 13:08:21 -0600


Greetings!
    I've been playing with modifying ceshell.py to try out different GUI 
elements with the intention of building a wrapper for the win32gui lib 
as learn more about CE and the win32 gui api. I have successfully put a 
big button on the screen in place of the Edit box.. (my win32gui skills 
are VERY rudimentary at this point... :)) Woohoo... and I want the 
button press to exit the program. I can't seem to get this done. My 
OnButtonPress method is getting called and I have tried PostMessage, 
SendMessage, PostQuitMessage to the main window and my button window, 
but it ignores all that. Any ideas as to what I should tell to go 
bye-bye?


Thanks!

Brian