Vbscript Pop UP Message Box full tutorial with code Advanced use but easy to follow part 1
Loading...
16,775
Loading...
Uploader Comments (miutubevids)
see all
Video Responses
This video is a response to Vbscript message box part 2 ising buttons to do things advanced but easy to use
see all
All Comments (42)
-
do ctrl S to save (;
-
cute .. like your clip .. keep it up =)
-
it doesn't work............
-
YOU DA BOMB MAN!
-
can't find
-
I use many code based controlls and i would like to know how i might be able to get a message with buttons that say what i want them to say
-
@Chainsawyourhead and this is how something corresponds with button press returnvalue=msgbox ("Hello",20,"Hi") If returnvalue=6 Then msgbox "DAM YOUUU" else msgbox "Don't Screw with me!!" End If If you press yes on the first msgbox then it will come up with dam you if you click no or cross then it will say don't Screw with me Enjoy
-
no need to use 4 + 16 just try this
msgbox ("Body"),20,("Title")
or try it with out the brackets
-
custom?
-
hello,
can you make a tutorial
on how to make a pop-up
when there is a new message??
thnx
Loading...
Do you want to make a message box there it says:
Hello
World
!!
Then just add " & chr(13) & " for a new line, for en example:
msgbox("Hello" & chr(13) & "World" & chr(13) & "!!!"),0,("Hi")
Its very simple ;)
9SanRoB7 2 years ago
hmm cool thanks for that :D
miutubevids 2 years ago