Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
alt tab
#1
how do i send an 'alt tab' so that the task switch menu stays until
i choose an item ?

and how to i navigate with mouse in a qm context menu ?
i try to control my desk with voice recognition too.

Code:
Copy      Help
ClearOutput
str titles


str exe
GetWindowList &titles "" 1|2|4
ARRAY(str) arr = titles
for(int'i 0 arr.len)
,int hwnd=arr[i]
,;out hwnd

,;out arr[i]
int p=PopupMenu(arr 0 0)
;out arr[(4]
;out numlines(s)


str s = arr
s.setfile("C:\Programme\gui4cli\pi\windowlist.txt")


act arr[p-1];err

what about adding 'alt n' for an entry in the window array ?
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)