Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Handle to DropDown menu item ?
#2
can get menu handle like so
Code:
Copy      Help
int w1=win("" "#32768" "notepad")
or
Code:
Copy      Help
int w2=wait(0 WV win("" "#32768" "notepad"))

by make a choice do you mean click a menu item?

In many windows can click standard menu items (standard menus have a class of #32768)
for this use qm function men
don't need handle to menu .Just need handle to main window
example
Code:
Copy      Help
int w=win("" "Notepad")
men 8 w ;;New Window

read here for more info on clicking menu items in windows
men (quickmacros.com)


Messages In This Thread
Handle to DropDown menu item ? - by GertC - 12-03-2020, 02:32 PM
RE: Handle to DropDown menu item ? - by Kevin - 12-04-2020, 12:49 AM
RE: Handle to DropDown menu item ? - by GertC - 12-04-2020, 09:58 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)