Forum Discussion
dzrtfox
14 years agoContributor
If you aren't, you could try something like this:
While lstBox.Items.Count = 0
BuiltIn.Delay(1000)
lstBox.Refresh <--- not sure if you need that or not
WEnd
While lstBox.Items.Count = 0
BuiltIn.Delay(1000)
lstBox.Refresh <--- not sure if you need that or not
WEnd