Home > Software engineering >  Make a textbox's text not editable but viewable in runtime
Make a textbox's text not editable but viewable in runtime

Time:12-05

I want to make my textbox display the text "Username" or "Password" but when the user starts typing it in it starts editing that text. I want that text to then disappear.

Visual Studio Properties Window

  • Related