Key start

Blitz3D Forums/Blitz3D Programming/Key start

ingenium(Posted 2006) [#1]
I want to start a program pressing a combination of keys, like taskmanager. Is there a way?


GfK(Posted 2006) [#2]
Use KeyDown() to check for keys, and ExecFile() to launch a program.


ingenium(Posted 2006) [#3]
no i mean: I'm on the desktop, i press Alt + Ctrl and I start an exe maden by blitz, Have you ever used taskmanager? I mean somenthing like it.


GfK(Posted 2006) [#4]
Oh, you'll have been wanting to post this in the General section then since its little (if anything) to do with Blitz3D programming.

Only way I know of is to create a shortcut to your EXE, right-click, Properties, and you can place a keyboard shortcut in there.


ingenium(Posted 2006) [#5]
thnx