Keeping the program above desktop..
I'm not sure if this is even possible. I took a look around at extension events but couldn't find anything. I wanted to do a "custom windows desktop" (I guess you could call it) for fun. Is it possible to have my program covering the whole desktop but remain behind programs (Firefox, word, etc.)?
Re: Keeping the program above desktop..
The Window Control object has a "Bring to Back" feature which I would imagine would keep the application firmly behind other windows if you did an event where it always moved it to the back.
Re: Keeping the program above desktop..
Awesome thanks! that looks like that will work.
Re: Keeping the program above desktop..
Or there is "Attach to desktop"... ;)