refreshing the screen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've got a program that I run -- it's under the control of a form. Part of
the process is fairly lengthy (10 minutes). The form has a control that lets
me know how far it's gotten.

My problem is that if I switch to, say, e-mail and then try to get back to
my form it will not appear until it finishes the lengthy step.. When I
update the control (with the status) I tell the form to refresh. Is there
something else I need to do so that I can switch away from the application
and then go back to it again and see the status?

I'd appreciate any suggestions.

Art
 
Scott,

Thanks -- the "easy way" seems to work for me. I put DoEvents in the same
step that updates my status control.

Art
 

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

Similar Threads


Back
Top