marble127 Posted April 23, 2008 Posted April 23, 2008 Hi Guys, I'm working on a small and simple script to copy *.* from location A to B. Number of files and names of files may vary. Looking for a way to display (in the lower end of the GUI window) a line, containing path+filename after it has been copied, adding a new line for each file. This box must not be too large, so it may need a scrollbar, scrolling automatically down on each file I realise I may be asking a lot! Can anyone help me (get started)? I'm a reasonable experienced autoit scripter - if I may say so myself! Thanx in advance, Martin
Zedna Posted April 23, 2008 Posted April 23, 2008 It's very simple :-) GUICtrlCreateList() GUICtrlSetData() All in the helpfile also with examples Resources UDF ResourcesEx UDF AutoIt Forum Search
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