The making shorcuts I understand the first link though.... Holy crap! I don't understand that. if it's not too much trouble what would I do for a button click event in visual Studio 2010?:
1 2 3 4 5
#pragma endregion
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e)
{
//Not Sure What To Put Here
}