Hello! Does VB.Net contains inputboxes for passwords? I mean boxes with the same functionality as a inputbox, but with passwordschar, so that if I type in "abc" the inputbox displays, for example, "***" or "###". Or does I have to make one myself with a form or something like that?

/Anders