refresh App

  • Thread starter Thread starter JFB
  • Start date Start date
J

JFB

Hi All,
I have a vb.net 2003 app under windows XP. When it runs it shows a window
with a text label status but I want this window to be refresh all the time.
If I open something else at the same time looks like my app is froze... How
can I have this app all the time refresh??
The app is connecting to FTP and downloading files... do I have to use
me.refresh() everywhere or it's a better way to do this???
Tks in advance.
JFB
 
Application.DoEvents(). If you are making a call to a process that will
take a long time to return, use a thread.
 

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

ftp in vb.net 3
deployment App 19
vs2008 and adobe acrobat 1
dynamic graphic 1
What are these please? 2
Access Form Refresh 1
printing word docs 2
Refresh Listbox1 items 5

Back
Top