Search results for query: *

  1. elmagek

    Resolved Winform Call to Google API to get full address

    did google maps API_Key and scrap data it's free or paid ?
  2. elmagek

    Question how to send file with progressbar via TcpClient ?

    i got source code but send file with error bytes if file have 40 mb after sent is 237 mb if you can fix this
  3. elmagek

    Question how to send file with progressbar via TcpClient ?

    Ican send file from client before file data Or what best way for that and sorry for my language it's bad because my main language is arabic
  4. elmagek

    Question how to send file with progressbar via TcpClient ?

    Thank you, but I'm a student, I'm still learning, and I can't pay anyone
  5. elmagek

    Question how to send file with progressbar via TcpClient ?

    i am sorry but i mean i will send by client to server server and client work on my pc for test so i want send file by client and receved it by server and progressbar will be in server form
  6. elmagek

    Question how to send file with progressbar via TcpClient ?

    how to do that with this code edit this code with progressbar please Dim ns As NetworkStream ns = cli.GetStream Dim bytes() As Byte = New Byte(cli.ReceiveBufferSize - 1) {} Dim i As Integer = 0 Do While...
  7. elmagek

    Question how to send file with progressbar via TcpClient ?

    hi can any one help me with how to send file with progressbar via TcpClient
Back
Top