Re: [python-win32] How to check a Checkbutton

2010-02-04 Thread Tim Roberts
Stefan George wrote: > > > > It is me again and I hope you can help me again: > > > > I have the handle of a checkbox and would like to get the state of the > checkbox (true/false) and I want to check it/uncheck it. > > I have searched on the web but didn’t find any help. > How did you get the

[python-win32] How to check a Checkbutton

2010-02-03 Thread Stefan George
Good morning PyWin32-users, It is me again and I hope you can help me again: I have the handle of a checkbox and would like to get the state of the checkbox (true/false) and I want to check it/uncheck it. I have searched on the web but didn't find any help. Thank you very much, Ste