Damastah Posted June 13, 2008 Posted June 13, 2008 When I put $name = GUICtrlCreateInput("", 70, 20, 150) $name ends up equaling 4. What am I doing wrong?
Valuater Posted June 13, 2008 Posted June 13, 2008 That is correct for that ControlID Maybe you are looking for .. $Info = GUICtrlRead($name) 8)
Damastah Posted June 13, 2008 Author Posted June 13, 2008 I got a blank dialogue box for that line of code.
Valuater Posted June 13, 2008 Posted June 13, 2008 If you need help, show your code so we can see what you are trying to do 8)
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