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 Mike Lewis 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. RobertMarquardt

    Send Email with D5

    The Jedi Code Library contains a unit to access Simple MAPI protocol. http://sourceforge.net/projects/jcl
  2. RobertMarquardt

    dlls in delphi

    Have a look at the Jedi Code Library http://sourceforge.net/projects/jcl It contains a unit to access the PE format of an EXE or DLL and a sample app PEViewer. Gives you all ever wanted to know about a DLL. If you want to access global variables in a DLL (read AND write!) then get...
  3. RobertMarquardt

    USB

    There is no such concept as a USB port. USB is a full serial master slave bus not a serial line like RS232. You always talk to USB devices. Talking to the USB port is as silly as talking to your ethernet cable. There is not much API to access for USB. Most USB devices are accessed through other...

Part and Inventory Search

Back
Top