-
Per intercettare i tasti premuti, potresti usare l'evento KeyPress o, meglio ancora, KeyDown direttamente sulla Form (del namespace System.Windows.Forms ). Per ottenere il suono delle note dallo speaker del PC, puoi adattare questo codice: using System; using System.Runtime.InteropServices; class...
Pagina 1 di 1 (1 elemento/i)