Search results for query: *

  1. H

    bitmap.save and the dredded "A generic error occurred in GDI+."

    I'm trying to insert a page and then apply some text to each page of a multi-page tiff. If I just want to insert a page without applying any additional text to each page, this code has been working fine: 'some stuff to insert the cover 'loop through each page of the multi-page tif Dim...
  2. H

    General TCP Listener Question

    Playing with the MSDN TCP client connection example, I am able to send a message to the server but never get a response back. Is the server expecting a particular message?
  3. H

    General TCP Listener Question

    Thank you. The overview is helpful. If I know data is coming in on port xxxx but can't connect to that port because "address already in use" is there any way to get at the same data? Would cloning the port accomplish this?
  4. H

    General TCP Listener Question

    I apologize in advance if I butcher this question or any portion of my description herein. I'm a noob and not sure exactly what I'm asking. I have an application that is basically a map that is fed a stream of x/y coordinates, which update as units move about in the field. When I fire up...
Back
Top