I talk to the “Internet Connect” application from my program, but would like to hide it so the user doesn’t have to see the connection screen.
Any suggestions?
Thanks,
A MAC Newbie…
I talk to the “Internet Connect” application from my program, but would like to hide it so the user doesn’t have to see the connection screen.
Any suggestions?
Thanks,
A MAC Newbie…
tell application "Finder" to set visible of process "Internet Explorer" to false
… Or:
tell application "System Events" to set visible of process "Internet Explorer" to false