|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Inet component is giving problem
Hi all,
I am having inet component in the form. Thru that i am copying one file from ftp server to client machine. The file is copied but the vb project gets hanged. The code is as Inet1.Execute, "GET" file_to_be_copied, Path_to_copy Do while Inet1.StillExecuting = True Loop End But after Inet1.Execute the form gets hanged even though Inet1.StillExecuting is equal to false .So please can someone tell me how to end the execution after the file is copied. Thanx in advance. |
|
#2
|
||||
|
||||
|
Maybe you should build in a delay in your loop, or call doevents, so other processes will get some time to do their thing...
|
|
#3
|
|||
|
|||
|
Quote:
Not sure but... Do while Inet1.StillExecuting = True doevents Loop ![]() |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Inet component is giving problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|