Transparent TextBox
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Does anybody have sample code for creating transparent textbox? I got some sample code in this site (AlphaBlendedTextBox) but it has some problems related to memory leaks and invalidating controls. Thanks
Your best bet is probably to write your own. The textbox control wraps the C++ textbox, which is the nastiest control of them all, especially for custom painting.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )