For....next Loops

R

Rowland

I am trying to make a delay on a form (kinda like a splash
screen) but I dont understand for next loops very well

right now it looks like this

for i=0 to 3000
next i

open that form
close this form
end

I wanted a delay of about 3 to four seconds..but it
doesn't work like that, it screems through the cound and
you dont even see the screen blink when it closes and
opens the new form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top