Simple dialog box?

  • Thread starter Thread starter tcebob
  • Start date Start date
T

tcebob

Color me illiterate in VBasic programming. -- But I'm working on it. Meanwhile, is there a
program that will construct a dialog box? Not complex, just pop up on screen when a batch
file is invoked.

rs
 
Trying to remember ... add new window and change the Properties of the
window ... I believe it has to do with Control Box, Sizeable settings, ...
and such to make it a Dialog Window.
 
Great references. Thanks, Wes.

rs


: InputBox()
: http://www.winguides.com/scripting/reference.php?id=62
:
: MsgBox()
: http://www.winguides.com/scripting/reference.php?id=84
:
: --
: Hope this helps. Let us know.
:
: Wes
: MS-MVP Windows Shell/User
:
: In : tcebob <handle @ gwi.net> hunted and pecked:
: > Color me illiterate in VBasic programming. -- But I'm working on it.
: > Meanwhile, is there a program that will construct a dialog box? Not
: > complex, just pop up on screen when a batch file is invoked.
: >
: > rs
 
Yes. The language reference goes to my quick
reference bar, along the right side of the screen.

Alas, it does not seem that VBScript has the
ability to detect file open conditions; maybe a
job for VBA. In fact, unless I missed something,
there is no conditional processing.

rs


message
: Here are a couple more.
:
: VBScript Reference
:
http://www.winguides.com/scripting/reference.php?category=2
:
: Scripting Guide for Windows
: http://www.winguides.com/scripting/
:
: Notice the tree view on the left, here...
: VBScript Language Reference
:
http://msdn.microsoft.com/library/d...html/ddfa5183-d458-41bc-a489-070296ced968.asp
:
: Rob van der Woude's Scripting Pages
: http://www.robvanderwoude.com/
:
: --
: Hope this helps. Let us know.
:
: Wes
: MS-MVP Windows Shell/User
:
:
 
Back
Top