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 IamaSherpa 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: *

  • Users: gkfox
  • Order by date
  1. gkfox

    COM DLL Parent process name

    Does anyone know how to get info (ie the name) of the PROCESS that has loaded a particular instance of a DLL? (a VB COM dll) I have seen examples of walking through the process and module lists to build a tree of all running processes and the pathnames of the modules they have loaded. This is...
  2. gkfox

    VB DLL parent process name

    Does anyone know how to get info (ie the name) of the PROCESS that has loaded a particular instance of a DLL? I have seen examples of walking through the process and module lists to build a tree of all running processes and the pathnames of the modules they have loaded. This is not what I am...
  3. gkfox

    ProgID or CLSID from filename

    I am in need of a utility routine that will obtain the CLSID's or ProgID's in a COM dll, from the full pathname of the DLL. I have used the registry to get the location from the CLSID and go between ProgID and CLSID, but I figure you need to open the COM interface itself to do this. I am in VB...
  4. gkfox

    Really Nasty One..... (Callback's from a C DLL)

    Mike, I also had the same point of view when investigating the Ghostscript dll from VB - that is, to put my code in the public domain (assuming I am successful) since there are no examples at all for VB! I am simply trying to convert EPS files to BMP's or to anything that can be displayed in a...

Part and Inventory Search

Back
Top