Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"thread" output
#1
how can i make the macro name output of this cmd populate a variable so i can manipulate the list of macros running?
Code:
Copy      Help
men 33042 "+QM_Editor""
#2
Code:
Copy      Help
men 33042 "+QM_Editor"
0.5
str s ss
int i hlb n
hlb=id(1197 win("Threads" "#32770"))
n=LB_GetCount(hlb)
for i 0 n
,LB_GetItemText(hlb i s)
,ss+s; ss+"[]"
out ss
#3
perfect.
thanks....
#4
in there anyway to have this happen in the background rather than flickering through the active windows?

thanks
#5
In QM 2.1.7, use EnumQmThreads. There is a sample in QM Help.


Forum Jump:


Users browsing this thread: 1 Guest(s)