Support Forums
[textBox] Background image or transparent? - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: [textBox] Background image or transparent? (/showthread.php?tid=13444)

Pages: 1 2


[textBox] Background image or transparent? - GW19191 - 11-04-2010

Hey, I need to know how to make a textbox with a background image or a transparent one.

C# recommended but vb .net is okay.


RE: [textBox] Background image or transparent? - Marik™ - 11-04-2010

That's not possible I'm afraid. Sad


RE: [textBox] Background image or transparent? - GW19191 - 11-04-2010

I've seen translucent textboxes though, so it must be somewhat possible.


RE: [textBox] Background image or transparent? - Marik™ - 11-04-2010

I found something, that might help you.
http://www.codeproject.com/KB/edit/alphablendtextbox.aspx


RE: [textBox] Background image or transparent? - GW19191 - 11-04-2010

Already went to that, and it's from 2003 and doesn't work anymore :/


RE: [textBox] Background image or transparent? - Marik™ - 11-04-2010

Ah, well then have you tried asking on HF as well?
There are a lot of experienced members there.
For an instance, ask Nathan7... He is good at modifications.


RE: [textBox] Background image or transparent? - GW19191 - 11-04-2010

I can't get on HF.. can you ask for me?

( I can't access any webpage with the word "hack", not even imagesHACK)

[Image: 23u565l.png]


RE: [textBox] Background image or transparent? - Marik™ - 11-04-2010

Will ask a few members that I have on MSN if they know how to do it.


RE: [textBox] Background image or transparent? - Untouch - 11-04-2010

You can't make a textbox transparent unless you do visible = false.
You can also make it appear as transparent by having no border on the textbox and make it the same colour as your background.
You can however make labels transparent and have background images.


RE: [textBox] Background image or transparent? - GW19191 - 11-05-2010

My background is complex and I can't do an image background.
Anybody have somewhat a solution?