Form background image

seema.nare@oasis-bs.com

Active member
Joined
May 19, 2006
Messages
27
Programming Experience
Beginner
VB.NET:
I am fetching data from DB and displaying on the form.
My form has the image background and to display my data I can't take the label control as it does not support the multiline property. So I've taken text box but I am not getting the background image displayed as text box does not support "Tranparent" property. Text box just shows the white background.
Any solution? Plz help.
 
label's support multiline, you just have to manually do it by adding ControlChars.NewLine in the middle of the string to have the data shown on multiple lines
 
Back
Top