Button Fading

So I made my form and I know how to do everything, except one thing! That is when I push the button it fades and it forces you to wait 10 seconds before you can push it again..

1
2
3
4
	private: System::Void button1_Click(System::Object^  sender, System::EventArgs^  e) {
			 }
	};
}


Is obviously my code for on button click..can anyone help me out thanks
Topic archived. No new replies allowed.