Re: [python-win32] COM: control menu bar

2018-09-28 Thread Emre CETIN via python-win32
I finally was able to get the menu controlled. pywinauto does seem to allow it. After finding the correct connection, this let me select the menu: app_dialog.child_window(title="Menu Bar").set_focus() from there is was a matter of controlling the keyboard with the SendKeys() command. E m r e

[python-win32] [ANN] pywin32 build 224 released

2018-09-28 Thread Mark Hammond
Hi all, I'm happy to announce the release of pywin32 build 224. There are a few changes in this release, but the most significant one is that many "date" related issues with build 223 in Python 3.7 should be fixed. This should help when installing pywin32 via pypi. While I still consider