how i check System.IsKeyDown if i need (Ctrl + F1)
longedge
04-24-2008, 10:28 AM
Something like -
result = System.IsKeyDown(17);
if result and e_Key==112 then
Application.Exit()
end
Powered by vBulletin™ Version 4.0.6 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.