| |
dirtyboy
Posts: 3
Score: 0
Joined: 4/19/2006
Status: offline
|
How do I do a checkbox popup menu? I have searched the forum and skimmed this book I have but have found nothing that functions as what I have in mind. Closest I could find was the HTML attribute checkbox, but that isn't helpful. What I'm trying to do is write a script that defrags my drives with diskeeper. I want to have a menu so I can select which drives to defragment. I was thinking something like this: set blah = wscript.yadayadayada blah.popupcheckbox checkbox1("disk c", var1) checkbox2("disk e", var2) checkbox3("disk f", var3) end checkbox or whatever. Obviously, that isn't real. Is there a popup()/inputbox() type function or method I can use?
|
|