rukid88 Posted November 23, 2003 Posted November 23, 2003 hi i dont know how to make my lbl transparent .net is very diff. thanx Quote
bpayne111 Posted November 23, 2003 Posted November 23, 2003 Do you mean just make it invisible? Label1.Visible = False as for making a label transparent i don't think you can... I tried that before and had no success. Another idea might be to use a picture box instead. Those can be transparent fairly easily... A User Control class of your own might work well. Why do you want the label to be transparent? Quote i'm not lazy i'm just resting before i get tired.
rukid88 Posted November 24, 2003 Author Posted November 24, 2003 i have a picture in my backround. then i have a label in front of it. i dont like the rest of my label to be gray or wight. can u help me? thanx Quote
rukid88 Posted November 24, 2003 Author Posted November 24, 2003 i got it to work. if any one else whants to know. set the backcolor as transparent Quote
Darc Posted November 24, 2003 Posted November 24, 2003 GDI+ is much better for that type of thing, I don't know of any tutorials myself but its prolly Google-able. I learned it the BackColor = Transparent way first, and it was hard to switch to GDI+ later for me, maybe it was just me :( Quote
bpayne111 Posted November 24, 2003 Posted November 24, 2003 label1.BackColor = Transparent i didn't know you could do that is that how you use it correctly in code? brandon Quote i'm not lazy i'm just resting before i get tired.
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.