Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom Dialog Box in vbscript

Status
Not open for further replies.

nzstorm

Technical User
Jul 28, 2007
3
CA
While running a vbscript, I would like to prompt the user with a few inputs that are required to continue with the script.
some variable fields, a few check boxes, maybe a dropdown list, etc.. All in a dialog box.
The only thing I see is InputBox function, but it seems very limited. I would like to customize a dialog box by size, content, fields, etc..

all need to be in a .vbs script, I am not using HTML.
If you could point me to the right direction that would be greatly appreciated.
thanks
 
You might want to try one of the Visual Basic forums. This is a Javascript forum.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top