How to cut a sentence into word in C#
Step 01 : open visual studio 2008 and start new WindowsFormApplication project
Step 02 : Design following Form
Step 03 : Select right hand side labels and set its Text as a blank
Step 04 : Double click on the Cut button and implement following code