AustrianOak Posted August 8, 2008 Posted August 8, 2008 Maybe I'm misnaming it but I thought there used to be a command called GUICtrlCreateInputBox() and was kind of like an input window. If there is then can you direct me to it in the helpfile as I cant find it. Maybe this is a misunderstanding and I dreamed it up. But if its there please direct me,
Achilles Posted August 8, 2008 Posted August 8, 2008 Two completely different commands: InputBox() GUICtrlCreateInput() I think you want the first one I listed. Check the helpfile for examples. My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
enaiman Posted August 8, 2008 Posted August 8, 2008 Help Quote: InputBox -------------------------------------------------------------------------------- Displays an input box to ask the user to enter a string. InputBox ( "title", "Prompt" [, "Default" [, "password char" [, width, height [, left, top [, timeOut [, hwnd]]]]]] ) SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
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