Results 1 to 8 of 8

Thread: how to acheive this in vb6 ???

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2002
    Posts
    94

    Red face how to acheive this in vb6 ???

    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.

  2. #2
    Lively Member twistedthoughts's Avatar
    Join Date
    Oct 2002
    Location
    dxb
    Posts
    114
    This may help you!!!!


    Multithreading

  3. #3
    Banned Kyle_Katarn's Avatar
    Join Date
    Jul 2002
    Location
    Toulouse, France
    Posts
    89
    Multiple K-FTP's : http://www.katarncorp.com/?kftp

  4. #4
    KING BODWAD XXI BodwadUK's Avatar
    Join Date
    Aug 2002
    Location
    Nottingham
    Posts
    2,176
    Some advise dont use winsock in an OCX control
    If you dribble then you are as mad as me

    Lost World Creations Website (XBOX Indie games)
    Lene Marlin

  5. #5
    Frenzied Member numtel's Avatar
    Join Date
    Apr 2000
    Location
    CA
    Posts
    1,163
    what could you use besides a winsock control to do the same thing? the apis are hard to use.

  6. #6
    KING BODWAD XXI BodwadUK's Avatar
    Join Date
    Aug 2002
    Location
    Nottingham
    Posts
    2,176
    Create it in an ActiveX Dll. Just dont do it in an OCX
    If you dribble then you are as mad as me

    Lost World Creations Website (XBOX Indie games)
    Lene Marlin

  7. #7
    Supreme User Madboy's Avatar
    Join Date
    Oct 2003
    Location
    England
    Posts
    3,253
    Originally posted by BodwadUK
    Create it in an ActiveX Dll. Just dont do it in an OCX
    why?

  8. #8
    KING BODWAD XXI BodwadUK's Avatar
    Join Date
    Aug 2002
    Location
    Nottingham
    Posts
    2,176
    Winsock does not function properly in an ocx and has reconnection bugs. I had to transfer loads of code from an ocx to a dll to get it to work.

    Its a know bug from Microsoft
    If you dribble then you are as mad as me

    Lost World Creations Website (XBOX Indie games)
    Lene Marlin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width