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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MartinEhlers

  1. MartinEhlers

    Problem with programmatical logon (LogonUser)

    Hi, we have a problem with checking the username and password on a system with a domain server. Unfortunately, our system runs without a domain, so testing is pretty hard. The following code does work for us (no domain), but doesn't work on a system with domain: if (!::LogonUser(bstrUser...
  2. MartinEhlers

    Annoying popups during longer COM+ calls

    Hi everyone, when I start a COM+ call that takes some time to complete, an annoying little box pops up on the client saying something like "server is busy" (sorry - we got the german version of Windows, it says "Server ist ausgelastet"). When the user presses the...
  3. MartinEhlers

    Adding component to Com+ gives "Typelib not found" error.

    Hi, we've encountered similar problems with our C++-Components frequently. In most cases, the component had to be rebuilt from scratch (copying the code from the old one) to get it working again. :( Martin
  4. MartinEhlers

    Shutting down a COM+ application programmatically

    Hi there, we use the following VBScript to shut down our application: Dim Catalog Set Catalog = CreateObject("COMAdmin.COMAdminCatalog.1") Catalog.ShutdownApplication ("AppName") Just replace AppName with the name of the COM+-Application you want to stop. Cheers, Martin

Part and Inventory Search

Back
Top