Info
Version: | 1.3.1 |
Author(s): | AndyFTW |
Last Update: | Friday, December 12, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.codeproject.com/Tips/589115/TextBox-with-Placeholder |
NuGet Url: | https://www.nuget.org/packages/PlaceholderTextBox |
Install
Install-Package PlaceholderTextBox
dotnet add package PlaceholderTextBox
paket add PlaceholderTextBox
PlaceholderTextBox Download (Unzip the "nupkg" after downloading)
So, I never found a really good one.
I know there exists a very easy method with only one SendMessage method, but I don't like it because the placeholder is hard to differentiate with the actually typed text and I don't like these message things very much, too many things can go wrong.
Now I created my own control and my destination is that it is very easy to use.