Thompson Posted November 23, 2007 Posted November 23, 2007 hi I want to make a box whit a emty field where you can put somthin in like "test" and that $var becoums "test" is this posible to make? thx
JesusIsKing Posted November 23, 2007 Posted November 23, 2007 hiI want to make a box whit a emty field where you can put somthin in like "test"and that $var becoums "test"is this posible to make?thx$var = GUICtrlCreateInput("test") ; put test in the input
MerkurAlex Posted November 23, 2007 Posted November 23, 2007 $var = GUICtrlCreateInput("test") ; put test in the inputOr use $var=inputbox("Input test below:","","") i think thats right. [quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]
Thompson Posted November 26, 2007 Author Posted November 26, 2007 Or use $var=inputbox("Input test below:","","") i think thats right.Thx this will help
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