Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to bring my application to front?

Answer: This makes SimpleText (Code ttxt) to the frontmost application:
Example
Dim A As AppleEvent
A = NewAppleEvent("misc","actv","")
If Not A.Send then
Beep
end if

(Code is Mac only)


The biggest plugin in space...