get the list of open applications and windows ?

Josh Dye Zzyzx at Relia.Net
Tue Jul 16 10:22:01 EDT 2002


Yup!
    You need the "Ext.dll" that I provided on my website. Copy that to C:\,
then make stack, add "EXT.dll" as a external. (View -> Application
Overview -> Click on your stack -> Click on the Main Card -> Click the
little Arrow to expand it -> Go to the LAST tab -> Click "Add Reference to
External" -> Find "EXT.dll" -> Save stack, re-open Rev.)

Then add this to a Button script.

on mouseUp
  put ext_appsOpen() into fld "Open Apps"
end mouseUp

http://www.geocities.com/pkdrzzyzx/speak.zip   (EXT.Dll is included in that
.Zip file)


 - Josh Dye


----- Original Message -----
From: "Ludovic Thebault" <ludovic.thebault at laposte.net>
To: <use-revolution at lists.runrev.com>
Sent: Tuesday, July 16, 2002 8:26 AM
Subject: get the list of open applications and windows ?


> It is possible to get the list of all running applications and their
> windows ?
>
> Thanks.
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list