Tag: programming
Password-protect programs and applications using VB Script
by Installer on Apr.02, 2010, under Vbscript
Sorry, to maintain the best visual video quality I had to upload it without any audio backing track or anything like that.. I use a simple input box code, that makes it so if the password is entered incorrectly, a message box appears saying “The password you entered was incorrect. Computer will now shut down.” and then the computer shuts down. I apologize for the lag time at the end before the Windows Live Messenger appears, I was using Snagit to do the screen capture and it made my computer lag badly.
Related posts
vbscript input box full tutorial! Have a conversation with it with code easy to learn and do
by Installer on Apr.02, 2010, under Vbscript
If you have any Q’s dont hesitate to ask me!’ Rate subscribe comment request Code——————————————————————– ‘Made by Miutubevids go to ‘au.youtube.com ‘for more name=inputbox(“Hi whats your name”) input=inputbox(“So whats the weather like” & name) msgbox(” Ok i hope you have fun on a day that is so” & input) ————————————————————-
Related posts
Part 3 of Vbscript Pop UP Message Box full tutorial with code Advanced use but easy to follow
by Installer on Apr.02, 2010, under Vbscript
Thanks to allenamin for the information regarding this video i thought id just make a video of it for you all to know thnkas for watching miutubevids
Related posts
Vbscript message box part 2 ising buttons to do things advanced but easy to use
by Installer on Apr.02, 2010, under Vbscript
Part 2 by miutubevids for knowign what numbers to use with the buttons 1 = OK 2 = Cancel 3 = Abort 4 = Retry 5 = Ignore 6 = Yes 7 = No Code:—————————————————————- Dim box, yes, no box = msgbox(“press a button and i will tell you what it is”,4,”miutubevids”) If box =6 Then yes = msgbox(“you pressed yes because in the script it ses 6 and if you look in the description it ses 6 = yes”,48,”miutubevids”) End if If box =7 Then no = msgbox(“you pressed no because in the script it ses 7 and if you look in the description it ses 7 = no”,48,”miutubevids”) End If _______________________________________________________ number between the commas from last tutorial 0 ok button 1 ok and a cancel button 2 abort, retry, and ignore buttons 3 yes, no, and cancel buttons 4 yes and no buttons 5 retry and cancel buttons 6-15 ok button 16 an icon of a ERROR sign, a circle with a cross on it and a ok button 32 an icon of a QUESTION mark sign “?” with a ok button 48 an icon of a WARNING sign, a triangle with a “!” on it and a ok button 64 is a information sighn _________________________ By miutubevids
Related posts
Vbscript Pop UP Message Box full tutorial with code Advanced use but easy to follow part 1
by Installer on Apr.02, 2010, under Vbscript
In part 2 i will show you how to use the buttons seperatly msgbox(“simple msgbox”),0,(“Miutubevids”) save as vbs Messege icons and buttons code for number between the commas 0 ok button 1 ok and a cancel button 2 abort, retry, and ignore buttons 3 yes, no, and cancel buttons 4 yes and no buttons 5 retry and cancel buttons 6-15 ok button 16 an icon of a ERROR sign, a circle with a cross on it and a ok button 32 an icon of a QUESTION mark sign “?” with a ok button 48 an icon of a WARNING sign, a triangle with a “!” on it and a ok button 64 an blue information icon _________________________ By miutubevids Song: How Do We Know Artist: The Living End