InputBox

  • Thread starter Thread starter Chronos
  • Start date Start date
C

Chronos

I'd figure it would come with .NET 2003 but I still haven't figured out
where (or if there's one) is the InputBox? I've been able to pull up the
VB.NET one but it's very limited...
 
It's probably best to write your own you use
form.ShowDialog passing in a struct or property so you
can retrieve the data.
 
Back
Top