Indigo Rose Software
Professional Software Development Tools
how i check System.IsKeyDown if i need (Ctrl + F1)
Something like - Code: result = System.IsKeyDown(17); if result and e_Key==112 then Application.Exit() end
result = System.IsKeyDown(17); if result and e_Key==112 then Application.Exit() end
Forum Rules