Toine Posted February 5, 2007 Posted February 5, 2007 Hi, I'm a new user of AutoIt and I want to create a simple app with a menu. No problem for that. As you can imagine, this menu has to call differents GUI for the user insert informations. After the user clicks Ok on the child form, the program has to put the informations in a listview in the main form. I want to know where I can find tutorial for calling child form and the way to send informations in the main form. Thanks for all
jvanegmond Posted February 5, 2007 Posted February 5, 2007 There's no difference in reading from a child or main form. For that matter, there is almost do difference between a child and main form. You just have to keep track of the variables you use, because you need those for reading. github.com/jvanegmond
Toine Posted February 6, 2007 Author Posted February 6, 2007 Thanks for your explanations but is there somebody who have a source code for example please ?
Moderators SmOke_N Posted February 7, 2007 Moderators Posted February 7, 2007 Thanks for your explanations but is there somebody who have a source code for example please ?Look at GUISwitch() in the help file for your example. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Toine Posted February 9, 2007 Author Posted February 9, 2007 Thanks for your help, I 've tried different things and found something who seems working
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