CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2001
    Location
    Romania
    Posts
    71

    Pictures & sockets

    How can I send a picture from a Image control (server) to another Image control (client)throught a socket? (or files)
    Thanks.



  2. #2
    Join Date
    Jun 2001
    Posts
    9

    Re: Pictures & sockets

    There's a winsock activeX control (comes with VB), try that.


  3. #3
    Join Date
    Mar 2001
    Location
    Romania
    Posts
    71

    Re: Pictures & sockets

    I tried that, but it worked only with strings.
    Thanks anyway.


  4. #4
    Join Date
    Apr 2000
    Posts
    737

    Re: Pictures & sockets

    check out my post http://codeguru.earthweb.com/cgi-bin...collapsed&sb=5

    it allows you to load a picture into the picture box from string variable.



    HTH

    cksiow
    http://vblib.virtualave.net - share our codes

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