Prompt box...

  • Thread starter Thread starter Azeem M. Suleman
  • Start date Start date
A

Azeem M. Suleman

Hi,

Before loading a windows form i need to prompt user an input box for integer
input and i need to use that value to make the title of my windows form.

Is their any prompt window ???
 
* "Azeem M. Suleman said:
Before loading a windows form i need to prompt user an input box for integer
input and i need to use that value to make the title of my windows form.

Is their any prompt window ???

In VB.NET: 'Microsoft.VisualBasic.Interaction.InputBox'.
 
* "Azeem M. Suleman said:
Sorry in C#.

You will have to develop your own inputbox or reference
"Microsoft.VisualBasic.dll" and use VB.NET's 'InputBox'.
 
Back
Top