I'm able to get the titlebar of all the application that are listed under "Application", but not their processus name

Edit : ok, I've found a way to get the process name too.

Get cwnd.dll here and then use :
Code:
alias appl {
  if (!$1) noop $dll(cwnd.dll,listing,appl)
  else tokenize 9 $1- | if (!$istok(program manager."",$2,46)) && ($5) && (!$6) echo -a $dll(cwnd.dll,getWindowThreadProcessName,$1) - $2
}


Last edited by Wims; 30/01/09 03:39 PM.

#mircscripting @ irc.swiftirc.net == the best mIRC help channel