decon8x Posted March 14, 2010 Posted March 14, 2010 Hi there, i'm trying to creat an inputbox like this: $X = GUICtrlCreateInput("X", 160, 96, 57, 21) And i wan't to use data from inputbox for: ControlSend ("Untitled - Mozilla Firefox", "", "[CLASS:MozillaWindowClass; INSTANCE:3]", $X) But the ControlSend only send a number 10 for whatever number i was entered on inputbox. Please help!
electrico Posted March 14, 2010 Posted March 14, 2010 I am actually thinking about GuiCtrlRead(). Very lazy to try it, but I still think it will work fine. ControlSend ("Untitled - Mozilla Firefox", "", "[CLASS:MozillaWindowClass; INSTANCE:3]", GuiCtrlRead($X))
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