How to make a vbs error message with yes/no buttons using notepad.
Uploader Comments (PuregamersUK)
All Comments (68)
-
WRONG THE PROPER COMMAND IS ->
Dim x=msgbox ("click yes or no", 4,"A choice")
if x=6 then
msgbox "You clicked yes", 0,"Result"
elseif x=7 then
msgbox "You clicked no", 0,"Result"
end if
-
x=msgbox ("click yes or no", 4,"A choice")
if x=6 then
msgbox "cool?", 0,"Result"
elseif x=7 then
msgbox "You clicked no", 0,"Result"
end if
x=msgbox ("holi shit!", 4,"A choice")
-
i wan t a computer like this
-
@Zetsuke4 piss off fagot go play call of duty
-
@7249xxl Shut up I only told you it worked, and I am eleven years old. Noob, you've better stop the argument before you rage me. Of course I am not what you think I am. I am a stupid noob. Yup, I might not be stupid, but I am silly. I can get serious if I want. If you don't stop, I will call quack monster to bite your head off!
-
@Zetsuke4 young i dont give a dam and im probably junger than you and calling some one a noob because he made a mestake or does not understand some thing makes you a fool for thinking your the best in it
-
@7249xxl It does work and you're still a noob and I am not an internet hero and you know I am still young.
-
@Zetsuke4 sorry internet hero did not want to offend you
-
What is a good website for VB Script codes? I had mastered command prompt, batch programs, Java Script, Scratch, and Flash codes.
it does not work
7249xxl 1 year ago
@7249xxl Yeah it does, try copying the code from the description.
PuregamersUK 1 year ago
Can you change the "Yes" and "No" to say something else?
Madskillz434 1 year ago
@Madskillz434
It depends what VBS code you use:
x=msgbox ("click yes or no", 4,"A choice")
Replace 4 with another number, see a video or a website listing VBS codes for ore information.
PuregamersUK 1 year ago
Can you make one where it continuously asks you Yes or No?
WE5L1E4LL1SON 1 year ago
@WE5L1E4LL1SON Use do and Loop
I think this is what you mean:
DO
x=msgbox ("click yes or no", 4,"A choice")
LOOP
PuregamersUK 1 year ago