Sun 2 Dec, 2007 07:53 am - Man... thats an old topic! But here is your script fixed:
answer=msgbox ("Are you allowed to be on this computer?" ,4)
if answer=6 then
fname=inputbox("Who told you you were... (view)
Mon 20 Aug, 2007 04:34 am - You can make paper cases like this one:
http://www.metacafe.com/watch/471817/coolest_cheapest_and_practical_cd_cases_youll_ever_own/
It is not as super as the title says, but its ok if you want... (view)
Fri 17 Aug, 2007 07:25 am - OK step by step:
1. go to start, programs, acessories, notepad - notepad is basic program for writing in windows, everyone has it
2. write: (or copy and paste it)
answer=msgbox ("is your... (view)
Fri 17 Aug, 2007 03:45 am - Thanks, there are more different ways to do it. Like instead of a normal message box with OK you can make one with YES and NO and all kinds of stuff like:
msgbox ("is your name John?"... (view)
Thu 16 Aug, 2007 06:33 am - Heres one trick. I found it pretty cool :D You use it to make message windows.
Open notepad
Write:
msgbox "Hello world"
than save it as whatever.vbs
double click it and a window... (view)