Hi,

I have developed a FTP CLient usig VB 6 and Socket control.
I need to implement the following feature to my application.
when user downloading or uploading the files, simultaneoulsy remote directory browsing should be allowed without cancelling the donwload and upload.
vb 6 is not good for threading. what is the way to achieve this ?
can anybody suggest me some idea.