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 SkipVought 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. Dougec

    Get User name or Computer name

    You can just use the getenv function of stdlib.h. This will retrieve environment variables of the local computer. Environment vars that would work are: - USERNAME - COMPUTERNAME
  2. Dougec

    Implementing a COM object with a dispatch interface??

    I have an application that has to talk to another app that is a COM Automation server. The COM server app provides a TLB file which I am able to extract into a .cpp and .h file using the Import Type Library option. Using these I can access the servers exposed objects. However there are...

Part and Inventory Search

Back
Top