Quote Originally Posted by AceInfinity View Post
If the command is listed for a control you could use shortcut keys.
Code:
SendKeys.Send("^%t")
My assumption by "automatic" is that he wants the program to do it and not to physically do it himself. ^%t is just a combination of the three characters he was requesting that does in fact "press" Ctrl+Alt+T.