strText contains the text that you want to display in the dialog box. intSeconds determines
how long WSH displays the dialog box before it closes the dialog box and returns a value
of ??“1. strTitle contains the title bar text. The intType argument can contain values that determine
the type of dialog box you??™ll create. The first intType argument determines button type.
You have a choice of OK (0), OK and Cancel (1), Abort, Retry, and Ignore (2), Yes, No, and Cancel
(3), Yes and No (4), and Retry and Cancel (5). The second intType argument determines which
icon Windows displays in the dialog box. You have a choice of the following values: Stop (16),
Question (32), Exclamation (48), and Information (64). Combine the intType argument values
to obtain different dialog box effects.
RegDelete(strName) Removes the value or key specified by strName from the registry. If
strName ends in a backslash, then RegDelete removes a key. You must provide a fully qualified
path to the key or value that you want to delete. In addition, strName must begin with one of
these values: HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE, HKEY_CLASSES_ROOT, HKEY_USERS,
HKEY_CURRENT_CONFIG, or HKEY_DYN_DATA.
Pages:
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464