Hello all,
I want to write a function that would hide an application and all its associated widnows. I don't know whether there is a certain API I can use, or if I should create and send an AppleEvent (and if so the with what constants) or what to do exactly. All I want to do is to select the typical "Hide Application_Name" option that you find in the Apple Menu in any application in Mac OS X. I just want to do it through code instead of selecting the menu item myself.
Please Advise......