zunebuggy65
Active member
- Joined
- Oct 12, 2023
- Messages
- 42
- Programming Experience
- 3-5
I have a multiline TextBox on my form and I added a Label in the center of the textbox and made the Label text gray and programmatically set Label1.BackColor = System.Drawing.Color.Transparent
What I want is just to add a label that simply states "Type text or drag text here". I have that but if I type to the point where the text comes to the Label, the typed or pasted text goes behind the Label and the label is in no way transparent.
I was pretty sure I could do this in VB 6 but I cannot remember how, and I have tried all the Properties I can think of in VB.net. Maybe Label is the wrong control? Can anyone help?
Thank you
What I want is just to add a label that simply states "Type text or drag text here". I have that but if I type to the point where the text comes to the Label, the typed or pasted text goes behind the Label and the label is in no way transparent.
I was pretty sure I could do this in VB 6 but I cannot remember how, and I have tried all the Properties I can think of in VB.net. Maybe Label is the wrong control? Can anyone help?
Thank you