And change it to this will maybe make it compile too...



Code:
private void button1_Click(object sender, System.EventArgs e)
{
	if(KeyTester.KeyIsDownNow(KeyTester.Key.LCONTROL))
		MessageBox.Show("Left Control is pressed!");
}