Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SteveB

    HELP: Inserting images into PS-document

    The image command and the image dictionary exist to put bitmap images into PS documents.  Below is a small JPEG image (hence the DCTdecode filter) embedded into a PS file for an example.  I've noticed a few of your questions here, and most of them are readily answered in the...
  2. SteveB

    understanding string handling procedures and functions

    If you're a past C programmer, you have to relearn string thinking. It took me a while. Don't worry about memory allocation, it takes care of itself. There is no terminator character either, there is a length 'byte' (it's a 32 bit longword, in reality). Without oversimplifying, a string is a...
  3. SteveB

    Send Variable Value from PC 1 to PC2 in the network.

    It depends on what kind of network programming you want to do. One of the easiest ways to do this is, if you're using Microsoft Windows networking, is by file (you can get a remote drive by calling the API function WNetAddConnection2), and then sending the information to that file. You also...

Part and Inventory Search

Back
Top