Key start

Blitz3D Forums/Blitz3D Programming/Key start

I want to start a program pressing a combination of keys, like taskmanager. Is there a way?

Use KeyDown() to check for keys, and ExecFile() to launch a program.

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.

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.

thnx