How to copy text of label control at runtime in WinForm

Jun 30 2009 11:54 AM

Hi All,
I have developed a very simple windows application with one "Label" and one "Button" control. When i click on the button some text is appeared against the Label, Now I want to select and copy the label text on the form. How should I implement this?
Thnx in advance....