In the PyWin32 demos folder, the win32gui_dialog.py sample uses the classic windows controls.
Can the Windows Vista themed buttons also be displayed using PyWin32, and if so, how? I’m using ActivePython 3.1, if that makes any difference.
Sample:
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Short answer: a resounding YES.
I know that this is possible because I have seen it being done before. but I am not entirely certain as to how it is done.
At the very least, you can use IronPython and use Windows’ builtin .NET framework by wielding clr.
If you are not interested in IronPython, then might you consider something along the lines of easyGUI or TkInter?