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. jgudnas

    How to load part of an image from file/resource?

    Hi, I have a 40MB jpg detailed map graphic file, and need to write an app which can bring up sections of the map at any given time. Delphi 2005. I need to know if there is a way to load a chunk of the file into a timage or other component without reading the entire file. i.e. dimensions are...
  2. jgudnas

    How to: store non form visual components in DLL

    hi, Writing an app which will have many modules loaded via DLLs. Already know how to store a form in a DLL, but wondering if it is possible to store something like a pagecontrol. ie. Main app has a large page control, with one or two default tab sheets on it. App then searches for available...
  3. jgudnas

    Passing ADO Connection from exe to dll

    just jumping into this one without really going through the code, but i do the same thing in my apps using ado. i just pass a pointer to my TADOConnection to the dll using some sort of init funtion. in the dll, i assign the connection to the adodatasources, etc. and use. unloading the library...
  4. jgudnas

    Block incoming spam at the Exhange server?

    I have just finished an install of assp. it can be found at assp.sourceforge.net so far so good. You install it as your smtp server, then have it pass off to exchange smtp. it automatically white-lists anyone you send mail to, and uses Bayesian filtering for other messages. can also do...

Part and Inventory Search

Back
Top