CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2014
    Posts
    35

    help in transfering DATA Through WIFI

    i want help in this project.

    i have to transfer some DATA via Weak WIFI and i want code written in visual basic.

    i know from IDM (internet download manager) that spilit the connection into many connections make it more speed,. have alook at this

    Name:  702729592.jpg
Views: 1504
Size:  70.7 KB

    16 Connection of one file!!

    NOW,.. how i can do this in visual basic (TCP connection)

    iam a beginner and dont know to do this but i think this thing related to (INDEX) in winsock is visual basic

    2nd,.. can you give me example code

    thnx

  2. #2
    Join Date
    Jun 2014
    Posts
    35

    Re: help in transfering DATA Through WIFI

    look at this

    Name:  535631879.jpg
Views: 1068
Size:  22.1 KB

    here i dont put any value in INDEX but in some programm i found it (0) i dont know how i use it...

    it seems to be fast transimitting by making many connections of the same file or path .... HOW??

  3. #3
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: help in transfering DATA Through WIFI

    VB6 never did multi-threading very well. You'd be much better off using VB.Net. You'd have to split the file into chunks, and download them all concurrently (in the background)
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  4. #4
    Join Date
    Jun 2014
    Posts
    35

    Re: help in transfering DATA Through WIFI

    thnx for reply,... but really i dont know vb.net.

    i prefer C++,... can you help me in using Winsock and split the file in C++

  5. #5
    Join Date
    Jun 2014
    Posts
    35

    Re: help in transfering DATA Through WIFI

    another thing,..

    i saw in this topic using index in socket how it knows the order of Data ?? witch data to send first and to receive first ???

  6. #6
    Join Date
    Jun 2014
    Posts
    35

    Re: help in transfering DATA Through WIFI

    first i want to understand what is the diffrent in transfering File in one direction and in using many connection ??? ((Sending and receiving))?? because i would use it in Mobile network connection and as we know the connection of mobile network is week.

  7. #7
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: help in transfering DATA Through WIFI

    Well, if you "prefer C++" then why do you ask in VB forum?
    Try to ask in one of the VC++ one.
    But first read about sockets. What they are, how they work, ...
    Victor Nijegorodov

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

Featured