Is there a System.Windows.Forms class that I can inherit to provide an (vb6) InputBox like functionality, or do I need to create my own a la .ShowDialog(); ... .DialogResult(); etc?