Jump to content

Hi i am new to VBS and would like to change the background color, text color and button color of this input box

 

fso = InputBox("To verify that you are the correct user please enter your password.", "License Key list") 

 

Thanks in advance for any help i get xD

 

full code:

fso = InputBox("To verify that you are the correct user please enter your password.", "License Key list") 
 
if fso <> "qwerty" then 
 
lol=msgBox("The password you entered was incorrect.",16,"Error") 
 
wscript.Quit 
 
end if
 
msgBox("License key:123456789") 
 
if fso = "x" then 
 
end if
Link to comment
https://linustechtips.com/topic/312485-help-with-vbs-codding/
Share on other sites

Link to post
Share on other sites

Moved to Programming & Software Design.

EDIT: Sadly, I don't believe that you can change that for the InputBox, if you want to make it custom you will most likely have you make your own custom form for input.

Edited by Blade of Grass

15" MBP TB

AMD 5800X | Gigabyte Aorus Master | EVGA 2060 KO Ultra | Define 7 || Blade Server: Intel 3570k | GD65 | Corsair C70 | 13TB

Link to comment
https://linustechtips.com/topic/312485-help-with-vbs-codding/#findComment-4254692
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×