Damien56546 Posted November 25, 2008 Posted November 25, 2008 Hi. I want a box to appear when I start my script. One that says: Name: and one that says: Email. I want them to be able to type them in and press OK. and have these passed into my script/written. No need to write out the whole script, just if anyone could help me with the fisrt part.
FireFox Posted November 25, 2008 Posted November 25, 2008 Hi.I want a box to appear when I start my script.One that says: Name:and one that says:Email.I want them to be able to type them in and press OK.and have these passed into my script/written.No need to write out the whole script, just if anyone could help me with the fisrt part.hi,you have to make GUI for 2 input so try to make script with thisGuiCreate()GuictrlCreateEdit()Guictrlcreatebutton()
Damien56546 Posted November 25, 2008 Author Posted November 25, 2008 hi,you have to make GUI for 2 input so try to make script with thisGuiCreate()GuictrlCreateEdit()Guictrlcreatebutton()thx how would i do that ?
November Posted November 25, 2008 Posted November 25, 2008 Hi.I want a box to appear when I start my script.One that says: Name:and one that says:Email.I want them to be able to type them in and press OK.and have these passed into my script/written.No need to write out the whole script, just if anyone could help me with the fisrt part.More Help:GUICtrlCreateInputGUICtrlReadGUISetStateCheers Old Scriptology Visual Ping 1.8 - Mass Ping Program with export to txt delimited. Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code. Desktop 2 RGB - Pick a color in the desktop and get the RGB code. ShootIT 1.0 - Screen Capture full and partial screen [font="'Arial Black';"]Remember Remember The Fifth of November.[/font]
Damien56546 Posted November 26, 2008 Author Posted November 26, 2008 More Help:GUICtrlCreateInputGUICtrlReadGUISetStateCheersYes excellent. Managed to get what I wanted now.Ty x 2
Robjong Posted November 26, 2008 Posted November 26, 2008 Hi, i see you got what you need already, anyways maybe you like InputBox more for this (i do ) $sInput = InputBox("Name", "Please enter your name....", "") If $sInput Then ConsoleWrite($sInput & @CRLF)
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