Question
Copy label in a Winform and paste to Excel/Word
Hi All
I have a condition where customer needs to copy labels given in a form and paste that on word/excel. There is no event to copy that. I am trying to use a textbox to perform this, but the problem here is labels can resized and when text is dynamically added to label it readjust itself to the size of text, but a textbox can't be used in this way and a multiline textbox will drag the text in another line. Is there any better way to perform this function?
Thanks
Yogesh