Home

Languages
VB6
JavaScript
Perl
HTML
SQL
Java
DOS

Forums
Web Site
Software
gbCodeLib

Personal
Webcam
Biography
Contact Me

GBIC >> Source Code >> Visual Basic >> Snippet

Close a second app with SENDKEYS


'use SENDKEYS to Alt-F4 to end an application
'SecondAppTitle refers to what the application has in its Title bar
AppActivate SecondAppTitle
SendKeys "%(F4)" , True