Do events,,Sleep

wxdqz

New Member
I have an sql app that queries an Access database through ODBC. Each recordcontains a GIF that I want to display one after the other (using repaint).The program loops through each record in the database but loops so fastI only the last GIF is displayed.I tried Thread.Sleep() but it puts the entireapp to sleep. Is there anyway to achieve a Do Events type statement thatis available in VB?thanks in advance
 
Back
Top