Search Result

Collapse
2 results in 0.0040 seconds.
Keywords
Members
Tags
sending
  •  

  • Ollie Shotton
    started a topic Sending Images Over a Network Stream

    Sending Images Over a Network Stream

    Hi i am making a simple HTTP Server using TCP/IP sockets for a project.

    i have a method to get an image and send it over to the browser but i am having problems doing so, i have tried doing it different ways but nothing seems to be working.

    the browser asks for the image, the server sends the head along with the image but the browser never shows the image. the server works fine for all the html/css files i have send...
    See more | Go to post

  • bdmir
    started a topic printing lpr implementation

    printing lpr implementation

    I have a lot files to send to printserver using lpr. Currently I'am using lpr command line in vb.net shell(/cmd lpr -pPrinteServIP filetosend). When it loops through a directory with files it opens many cmd windows which are sending files. Is there a way to send file one after other? there must be some implementation of LRP command in vb.net like
    SendToLPD( PrintServerIP, JobName, QueueName, FileName)
    See more | Go to post
Working...