J
Jeff
Hi,
I have a List Box on a Form (only a list Box) & what I
would like to do is as certain processes are running in
the background for after each process is done to update
the List box what was done with some text saying what was
done.
I am able to do this with.
lstProcess.Additem "what is going on..", 0
However what is not working & I would like help on is
all the processes happen & then the List Box on the Form
opens & inside are all the things I added. It is not
displyaing first & udating only when all is done.
What I would like is for the List Box to display right
away when the Form opens & then as each process happens
for the List Box to be updated on screen while other the
other processes continue running in the background & then
the next is updated to the list & so on.
I tried playing around with
DoEvents and
Me.Repaint
I also tried playing around with putting it in different
Event in the Form line OnCurrent, On Activate, etc.
But whatever I try I can not get it to work like I
mentioned above.
Any help would be greatly appreacited.
Thank you,
Jeff
(e-mail address removed)
I have a List Box on a Form (only a list Box) & what I
would like to do is as certain processes are running in
the background for after each process is done to update
the List box what was done with some text saying what was
done.
I am able to do this with.
lstProcess.Additem "what is going on..", 0
However what is not working & I would like help on is
all the processes happen & then the List Box on the Form
opens & inside are all the things I added. It is not
displyaing first & udating only when all is done.
What I would like is for the List Box to display right
away when the Form opens & then as each process happens
for the List Box to be updated on screen while other the
other processes continue running in the background & then
the next is updated to the list & so on.
I tried playing around with
DoEvents and
Me.Repaint
I also tried playing around with putting it in different
Event in the Form line OnCurrent, On Activate, etc.
But whatever I try I can not get it to work like I
mentioned above.
Any help would be greatly appreacited.
Thank you,
Jeff
(e-mail address removed)