[help]Again Nooby Question :S

Posts 17 of 7 · Page 1 of 1
[help]Again Nooby Question :S
Sorry guys for mah noob VB questions :S but i need help

how i fill in those white spots by the email pass etc :S i tried Background/wall/transpoarant but no cigar
rephrase that question, and you misspelled "victim"

EDIT: If you mean the white around the text, then you cant, put the text in your picture...
Quote Originally Posted by mnpeepno2 View Post
rephrase that question, and you misspelled "victim"

EDIT: If you mean the white around the text, then you cant, put the text in your picture...
Lol okay thanks =o
If you're using a picturebox for the background, don't. Just set the main forms background to the image. The labels transparency setting does make the background transparent, but it ignores other objects around and below it.

Just delete your picturebox and click the main form and go to "BackgroundImage" in properties and browse for the picture you want, then just set the labels backcolor to transparent.
Quote Originally Posted by Jason View Post
If you're using a picturebox for the background, don't. Just set the main forms background to the image. The labels transparency setting does make the background transparent, but it ignores other objects around and below it.

Just delete your picturebox and click the main form and go to "BackgroundImage" in properties and browse for the picture you want, then just set the labels backcolor to transparent.
^ J-Deezy is correct. OR, you could use GDI to draw all your components, which will keep the multi-levelled control transparency.
Not minding that Jasons way is way easier.
Quote Originally Posted by Blubb1337 View Post
Not minding that Jasons way is way easier.
Yes, but freedom's way is more flexible, although I doubt this guy will be attempting to do it..the idea is there
Posts 17 of 7 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?