01-17-2005, 08:19 PM
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.
what about adding 'alt n' for an entry in the window array ?
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.
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 ?