: : How would I programmatically use the file menus at the top of a program? The menus like File, Edit, View, etc. I need to open the File menu.
:
: Do you mean you want a python script to control another program by selecting it's menus? Look up "pywinauto" in Google.
:
: Or do you mean you have a GUI program written in Python (TKinter, wxPython, etc) and you want to make the menu display automatically?
:
:
:
infidel
:
:
: $ select * from users where clue > 0
: no rows returned
:
:
:
ok, sorry for the dumb question you already answered in my other posting. I can get to there, but I don't know what the program is called by Python so I can do the app.'program'.MenuSelect, do you know a way to find the name? I've already tried all the obvious ones.