Placeholder in TextBox in Window Forms using VB.NET [duplicate]
问题 This question already has answers here : Watermark TextBox in WinForms (10 answers) Closed 2 years ago . I'm working on a Windows Forms application in VB.NET and I am currently making a login screen using labels and TextBoxes. What I need is the Placeholder in TextBox controls you can see below ↓ (not mine obviously) Is there any property in TextBox that allows me to set the default placeholder (placeholder, watermark, hint, tip) to what I want it to be? If there is not any, how can i solve