MTSkull Posted May 16, 2007 Posted May 16, 2007 Can I convert a Label into a Text Box, and if so how? MT Quote "Beer is proof that God loves us and wants us to be happy." -Benjamin Franklin
IceAzul Posted May 16, 2007 Posted May 16, 2007 You could change the TextBox to readonly and Borders property to None. Quote
MTSkull Posted May 16, 2007 Author Posted May 16, 2007 Not quite the same. For example. I have a label named "User Name" it gets its text from a login form. My boss decided he does not like the way the program works and wants to be able to enter text where the label displays data. So instead of creating a new control and doing find replace for all references to the old control name, I thought there was a way to select the label and say "I want to change you to a text box." Just trying to save myself some work. MT Quote "Beer is proof that God loves us and wants us to be happy." -Benjamin Franklin
Leaders snarfblam Posted May 16, 2007 Leaders Posted May 16, 2007 Unfortunately, controls can not be converted in such a manner. The ToolStrip designer supports a feature along these lines, but it is limited to converting ToolStrip controls. Quote [sIGPIC]e[/sIGPIC]
MTSkull Posted May 17, 2007 Author Posted May 17, 2007 Must have been anouther language I was thinking about. Thanks Quote "Beer is proof that God loves us and wants us to be happy." -Benjamin Franklin
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.