Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how can i get the menu items
#4
Code:
Copy      Help
ARRAY(str) ar
acc("" "MENUITEM" "Notepad" "Notepad" "" 0x8000 &acc_enum_menu &ar)
out ar

Function acc_enum_menu
Code:
Copy      Help
;/
function Acc&a level lParam
str s=a.Name
rep(level) s-" "
;out s
ARRAY(str)& ar=+lParam
ar[ar.redim(-1)]=s
ret 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)