This is the tooltip like Gray Text that we can see from many textboxes today.
it gives the user/client the idea on what to put in that textbox, or where to insert data.
I found a little snippet. this is very useful for programmers out there. This will save time and of course, a lot of workaround codes! :)
To use this
- Create a VB.Net app, or C# (just convert the code)
- add a Module
- Copy and paste the code
- then to use it..
TextBox1.Prompt("Message Hint")
Worked perfectly for me, hope yours too!