Welcome Back Guys, For this you have to continue my previous Tutorial, if you have missed it then just take a look on it. -> Previous Tutorial This Whole Tutorial is available as " Video " at the Button of this page . Starting at First. Open that Form and to to this tab. 1. Go to this "MyForm.h [Design]". 2. Then From "View" Select "Toolbox". 3. Then From Toolbox Select "Label" 4. Just Drag and drop that label to the form. Align your label where ever you want :) . Now Moving to Buttons so we can perform a function on our label. 6. Now Select Button in the Toolbox , drag and drop it to the form as we done with label. 7.Double Click on Button and you will get a Coding screen where you can specify your functions. lets do it Some Important points. Windows Form uses a string called System::String its different from std::string. So if you have ...