softhunterdevil Posted March 21, 2007 Posted March 21, 2007 I am very novice in auto it currently. So exploring the tutoial and learning. I was making GUI ... where I want to input a text in an input field ... and on click of a button I want to display a message box saying ... "Your Mesaage is : blah blah blah" This blah blah blah message comes from the input box text. I have done everything right ... but cant add up "Your message is : " and GUICtrlRead($text_input1) I am displaying the message as ... Message is correctly displayed if I write ... MsgBox(0, "GUI Event", "Your message is : ")oÝ÷ Ø-¢ÈhÁº-«¢+Ù5Í ½à À°ÅÕ½ÐíU$Ù¹ÐÅÕ½Ðì°ÅÕ½Ðíe½ÕȵÍÍ¥ÌèÅÕ½ÐìüüüU% ÑɱI ÀÌØíÑáÑ}¥¹ÁÕÐĤ Thanks in advance.
CrewXp Posted March 21, 2007 Posted March 21, 2007 Easy! In the manual, many, many times. Read it, it's useful. MsgBox(0, "GUI Event", "Your message is : "&GUICtrlRead($text_input1))
softhunterdevil Posted March 21, 2007 Author Posted March 21, 2007 Easy! In the manual, many, many times. Read it, it's useful. MsgBox(0, "GUI Event", "Your message is : "&GUICtrlRead($text_input1)) Thanks again ... I just realised I am so dumb .
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