Microsoft® Visual Basic® Scripting Edition InputBox Function |
| Language Reference |
|
Displays a prompt in a dialog box, waits for the user to input text or choose a button, and returns the contents of the text box.
InputBox(prompt[, title][, default][, xpos][, ypos][, helpfile, context])
The InputBox function syntax has these arguments:
Part Description prompt String expression displayed as the message in the dialog box. The maximum length of prompt is approximately 1024 characters, depending on the width of the characters used. If prompt consists of more than one line, you can separate the lines using either a carriage return character (Chr(13)), a linefeed character (Chr(10)), or carriage return-linefeed character combination (Chr(13)& Chr(10)) between each line. title String expression displayed in the title bar of the dialog box. If you omit title, the application name is placed in the title bar. default String expression displayed in the text box as the default response if no other input is provided. If you omit default, the text box is displayed empty. xpos Numeric expression that specifies, in twips, the horizontal distance of the left edge of the dialog box from the left edge of the screen. If xpos is omitted, the dialog box is horizontally centered. ypos Numeric expression that specifies, in twips, the vertical distance of the upper edge of the dialog box from the top of the screen. If ypos is omitted, the dialog box is vertically positioned approximately one-third of the way down the screen. helpfile String expression that identifies the Help file to use to provide context-sensitive Help for the dialog box. If helpfile is provided, context must also be provided. context Numeric expression that is the Help context number the Help author assigned to the appropriate Help topic. If context is provided, helpfile must also be provided.
When both helpfile and context are supplied, a Help button is automatically added to the dialog box.If the user chooses OK or presses ENTER, the InputBox function returns whatever is in the text box. If the user chooses Cancel, the function returns a zero-length string ("").
file: /Techref/language/asp/vbs/vbscript/93.htm, 4KB, , updated: 1996/11/22 10:12, local time: 2024/11/8 16:49,
18.118.189.35:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://techref.massmind.org/techref/language/asp/vbs/vbscript/93.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to techref.massmind.org! |
.