Search:

Type: Posts; User: Richarddtt

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Thread: cam

    by Richarddtt
    Replies
    5
    Views
    1,651

    Re: cam

    clever of you... is that only what you know...

    it is possible....
  2. Thread: cam

    by Richarddtt
    Replies
    5
    Views
    1,651

    Re: cam

    Hi jackB

    The program work good... only when i minimize the program or make the form invisible then the cam stop

    i have windows 10....

    it is not the pixel... but thanks for your answer
    ...
  3. Thread: cam

    by Richarddtt
    Replies
    5
    Views
    1,651

    cam

    Hi anyone

    i have code for caption cam... now is my problem... when i minimize the windows or make the form invisible the cam caption stop
    know someone how i can let it caption when the form is...
  4. Replies
    4
    Views
    864

    Re: freefile and send problem

    Yes that is true DataMiser
    I also thought that

    Thanks for your answer.

    shitt happens
  5. Replies
    4
    Views
    864

    freefile and send problem

    Hi anyone.. i have a problem with (freefile) when a file is 4GB...
    With 1GB file i have no problem...

    i get the error by..

    fileLen = LOF(fileName)
    the error is (bad file name or number)
    ...
  6. Replies
    4
    Views
    980

    Re: Speak to a client vb.net

    Thanks Shaggy Hiker

    I will try the Dictionary.

    Thanks for you answer
  7. Replies
    4
    Views
    980

    Re: Speak to a client vb.net

    Okay thanks SJWhiteley
    but when i give every client a new socket....with (dim client as new socket) the name of client is always the same, i can't set that in a array.
    New can't in a array as (dim...
  8. Replies
    4
    Views
    980

    Speak to a client vb.net

    i have write a simple server
    but i have a problem
    when there are more clients, i don't know how to speak to client 1 or 2
    with client.send, i always speak to the last client
    can someone tell me...
  9. Replies
    6
    Views
    3,066

    Re: Send File vb.net

    yes it is fixxed

    thanks all
  10. Replies
    12
    Views
    5,011

    Re: networkStream.Read

    A good book about network in vb.net would be a good thing.

    Anyone Knows ?
  11. Replies
    12
    Views
    5,011

    Re: networkStream.Read

    yeah I've heard a lot about async ... it must be good
    I need to learn more about vb.net and async
    some things you really should know about vb.net and async
    vb6 is muts easyer...

    Gr. Richard
  12. Replies
    12
    Views
    5,011

    Re: networkStream.Read

    I have it a little changed
    It will work for me



    dim data as string

    Sub ReadMessage()
    Dim bytesAvailable As Integer = clientSocket.Available
    If bytesAvailable > 0 Then
  13. Replies
    12
    Views
    5,011

    Re: networkStream.Read

    Hi Sitting Spiders

    There is a error in the code(Return New Byte(0)) too many arguments to 'public sub new()
    0 is underlined



    Function ReadMessage() As Byte()
    Dim bytesAvailable As...
  14. Replies
    12
    Views
    5,011

    Re: networkStream.Read

    Thank you verry muts Sitting Spiders

    i go check it out...

    I write a chat program... with file send....
    im a beginner of vb.net
    so thank you
  15. Replies
    12
    Views
    5,011

    Re: networkStream.Read

    i don't know how i can cancel networkstream.read when there is no data or activate networkstream.read when there is data
  16. Replies
    12
    Views
    5,011

    Re: networkStream.Read

    Thanks for your answer jmcilhinney

    i have a chat program and i want to send text to another
    so i need the form and networkstream.read

    I understand that networkstream.read wait for data
    but...
  17. Re: how can i make a ConnectionRequest in vb.net

    lol

    i have some thinks from a book...but it gives problem with what i want.

    i learn more.. sometimes its easy to ask :)

    i have a project now... littlebit change it and it is perfect...

    i...
  18. Replies
    6
    Views
    3,066

    Re: Send File vb.net

    close
  19. Replies
    12
    Views
    5,011

    networkStream.Read

    Hi anyone.. i have a problem with my code
    my form1 hanging on de code(networkStream.Read) below
    What can i do ?



    Dim networkStream As NetworkStream = tcpClient.GetStream()...
  20. Replies
    3
    Views
    666

    Re: can someone push the code in project

    I've tried it and it worked....
    There was a small mistake... but I fetched out
    I am convert now the server side to a Windows Form application

    Better...Thanks
  21. Replies
    3
    Views
    666

    Re: can someone push the code in project

    Okay Passel.... thanks i will try
  22. Replies
    3
    Views
    666

    can someone push the code in project

    Can someone push the code from

    http://vb.net-informations.com/communications/vb.net_multithreaded_server_socket_programming.htm

    in a project for me and set it in a zip file here for me ?
    so i...
  23. Re: how can i make a ConnectionRequest in vb.net

    its so many code in [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient
    I love short code

    i have a chat program, with file send... its short i love it
    a littlebit change on my code is okay...
  24. Re: how can i make a ConnectionRequest in vb.net

    for accept i use


    dim sck as socket.... not dim sck as tcpclient
    sck = tcpListener.AcceptSocket()


    [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient is maybe for later

    Thanks again...
  25. Re: how can i make a ConnectionRequest in vb.net

    thanks Jenner
    but it is not where i was looking for
    i work with tcplistener and socket not tcpclient
    my program is almost finished and i do not want to re-write my program

    Thanks anyway
  26. how can i make a ConnectionRequest in vb.net

    How can i make a ConnectionRequest as vb6 like the code below for vb.net tcplistener ?



    Private Sub socket_ConnectionRequest(ByVal requestID As Long)

    End sub
  27. Replies
    6
    Views
    3,066

    Re: Send File vb.net

    i have try something
    it is in this code below
    the code is not carried out

    do you know how i can fix that ?



    While soc.Available
    i = soc.Receive(bytes)
  28. Replies
    6
    Views
    3,066

    Re: Send File vb.net

    Thanks for your answer Jenner

    i have try it but it will not help
    port 12345 is open
    connection is successed
    but file send is no successed

    Gr Richard
  29. Replies
    6
    Views
    3,066

    Send File vb.net

    I want to send a file from client to server but he lingers at SendFile
    can someone fix my code

    Thanks in advance

    Client


    Public Class Form1
    Private Sub Form1_Load(sender As Object, e...
  30. Replies
    2
    Views
    716

    Re: tcpclient and send data

    already succeeded
  31. Replies
    2
    Views
    716

    tcpclient and send data

    Hi everybody

    How can i send data with tcpclient ?
    Can someone set the code here for me...
  32. Re: Connection give connected when it is close

    Thanks for your answer steb8

    it is a solution
  33. Re: Connection give connected when it is close

    i don't talking nonsense, clicking the Close button on the title bar thats what i mean.

    i know what you mean thanks both
  34. Re: i must close my connection for send text

    Okay thanks Shaggy Hiker and jmcilhinney

    I must learn more about vb.net thanks
  35. Re: i must close my connection for send text

    that old Winsock was much easier
    just winsock1.senddata("String")/winsock1.getdata(data) thats it
  36. Re: i must close my connection for send text

    i understand that...i can read the bytes with (Read) instead of (readToEnd)
    i know.

    but readToEnd it was easier, but okay thanks voor your answer jmcilhinney

    that's just the way it is
  37. i must close my connection for send text

    i send text from server to client
    i must close my connection by server after send text.... else my client getting stuck by
    --> netreader.ReadToEnd
    i don't want disconnect
    can someOne fix that
    ...
  38. Re: Connection give connected when it is close

    Thanks again Shaggy Hiker

    the connection is normal client/server tcpclient/tcplistener connection

    i close my client by click the cross :P
    so he is not connected anymore

    there is no error
  39. Re: Connection give connected when it is close

    Thanks for your answer Shaggy Hiker

    I have a server and client
    as I connect with the client to the server and then close the client

    the code muts give (disconnect) seems to me

    tcp2 = my...
  40. Connection give connected when it is close

    Why give my code(server) connected when i have close my client



    If tcp2.Connected = True Then
    MsgBox("connected", 4096)
    Else
    ...
Results 1 to 40 of 55
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width