When my appliactions starts up in the static void Main Methode I want to determine if a key like Alt or Ctrl is pressed and then start the Application in some kind of Option-Mode. How can I find out if a key is pressed during startup?
I found some samples already but they all import a windows dll. Something I don't want to do.