Hide application After Execution

bryanh

Registered
Hello,

I am new to Mac OS programming (been coding in windows for over 5 years) and I am writing an app in which it must be hidden from the user until a hotkey is pressed. Could someone let me know what API i would use or methods to hiding the application completly after it has been executed, and also what API I would use to reigster a hotkey?

Any information would be greatly appreciated :)

Bryan
 
NSApplication's hide and deactivate methods should do the trick. I can't answer the second question, but I would be interested to know how you register a hotkey if you find out.
 
Back
Top