HtmlWindow::Prompt Method (String^, String^)
.NET Framework (current version)
Shows a dialog box that displays a message and a text box to the user.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- message
-
Type:
System::String^
The message to display to the user.
- defaultInputValue
-
Type:
System::String^
The default value displayed in the text box.
Prompt provides a quick, easy way to obtain simple text input from the user.
Although Prompt accepts Unicode text as input, the Internet Explorer script prompt will not display non-Latin language text appropriately on Windows 95, Windows 98, Windows ME or Windows NT due to operating system limitations. For more information, see INFO: Internet Explorer Script Prompts and MBCS/Unicode.
.NET Framework
Available since 2.0
Available since 2.0
Show: