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
Doug Robbins - Word MVP - 27 Dec 2006 19:26 GMT
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.

Signature
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
> Most probably that is a trivial question: obviously I am not a
> specialist....
[quoted text clipped - 15 lines]
>
> Francesco