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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top