jtnktz Posted July 26, 2006 Posted July 26, 2006 Can you put a simple script of a input box.Yes i searched it.
Thatsgreat2345 Posted July 26, 2006 Posted July 26, 2006 this is exactly why i stopped posting i think you want the password style if im not mistaken? check the help file un guictrlcreateinput and then look at i think its styles or extended styles one of them
Briegel Posted July 26, 2006 Posted July 26, 2006 Can you put a simple script of a input box.Yes i searched it.A look at helpfile is very helpful. Try this: $passwd = InputBox("Security Check", "Enter your password.", "", "*") ; This is an example from helpfile! MsgBox(0,"Security Check","Your Password = " & $passwd)
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