Is there a way to stop static text flicker when you update the text in a while loop. E.g.
while(x < 1000) StaticText1.text = str(x) x = x + 1 wend I really get a lot of flicker on this. Thanks, Jay __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
