This is probably a really simple problem for most of you guys but I can't seem to find a property for a label that will allow it to be highlighted for copy and paste at run time. Is there such a property
You would not use a label for that. Use a Textbox but just set its BorderStyle to none and set the background color to the color of your form. Also don't forget to set the readonly property to false...
Selectable Label Text
tthulin
Hi,
You would not use a label for that. Use a Textbox but just set its BorderStyle to none and set the background color to the color of your form. Also don't forget to set the readonly property to false...
cheers,
Paul June A. Domag
s4supersonic
Neil