python - Win32 Toolbar Handle -
this should simple question i'm new python , win32 , can't seem find answer this. i'm using python win32gui library , want know how retrieve handle toolbar in window.
say have notepad.exe open , want access "file" "edit" etc. buttons in toolbar, how do , how handle toolbar begin with?
notepad not have toolbar. notepad has menu.
you can retrieve handle of menu associated window using getmenu
.
Comments
Post a Comment