AddItem to a ListBox

F

Francesco

Most probably that is a trivial question: obviously I am not a
specialist....



I am adding items to a Listbox using the AddItem.What I am doing is
manipulate several files and I would like to see in my ListBox how the
processing is proceeding (things such as:



a.. Time-1 File1 copy started
b.. Time_2 File1 copy completed
c.. Time_3 File2 renamed to xxxx
d.. Etc)


What happens is that the program starts, the ListBox is shown - empty - and
only when the program terminates all the added items are shown in the box
and that obviously is not what I want to do.



What am I doing wrong? Thanks



Francesco
 
D

Doug Robbins - Word MVP

It would be easier to come up with a means of entering the information in
the list box if you showed us the code that is doing the tasks that you want
to report.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top