Hmm I did it here is a code // Simulate a key press keybd_event( VK_CONTROL, 0x45, KEYEVENTF_EXTENDEDKEY | 0, 0 ); keybd_event( 'C', 0x45, 0, 0 ); // Simulate a key release keybd_event( 'C', 0x45, KEYEVENTF_KEYUP, 0); keybd_event( VK_CONTROL, 0x45, KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP, 0); Pain is a weakness living the body