Infinitex0 Posted February 9, 2006 Posted February 9, 2006 Is there a way to format an inputbox? I want to have a list like this: [1]******** [2]******** [3]******** [4]******** right now I just use space but is there a way to do this without using space. The below statement is False.The above statement is True.a lesson I learned from Greenmachine; give a man a code and he'll solve one problem. Teach a man to code and he'll solve all his problems.P.S please don't use autoIt as a virus creator/spyware maker(keyLogger especially)Cick this and help me[center]My Scripts:[/center][center]Port Scanner[/center]
greenmachine Posted February 9, 2006 Posted February 9, 2006 Does this count as not using space? InputBox ("title", "Prompt List" & @CRLF & "[1]********" & @CRLF & "[2]********" & @CRLF & "[3]********" & @CRLF & "[4]********")
Infinitex0 Posted February 9, 2006 Author Posted February 9, 2006 Thanks, GreenMachine. The below statement is False.The above statement is True.a lesson I learned from Greenmachine; give a man a code and he'll solve one problem. Teach a man to code and he'll solve all his problems.P.S please don't use autoIt as a virus creator/spyware maker(keyLogger especially)Cick this and help me[center]My Scripts:[/center][center]Port Scanner[/center]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now