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 bkrike 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: StevieK
  • Content: Threads
  • Order by date
  1. StevieK

    App.LogEvent error -2147024882 (System Error &H80004005 (-2147467259).

    Hi all, I knocked up a project and decided to use App.LogEvent to log errors, so I set up the event log: Call App.StartLogging(sUnusedFileName, vbLogToNT) ... So that I could then log event information (arbitrary strings) to the Windows NT Event Log by doing: Call...
  2. StevieK

    "On Error Resume Next" not working with "Unload" Statement

    I noticed something a bit strange in our VB5 project today... What follows is a mock up example showing the problem.... I made a little mistake by forgetting to set a Form object, and ended up getting the classic Runtime Error 91 ("Object variable or With block variable not set"), which is fair...
  3. StevieK

    Retrieve Hierarchical Data, (How can I...?)

    I want to make up a (dynamic) HTML page of hyperlinks to look something like this: |--www.ask.com |--www.google.com | |--www.google.com/search?q=cheese | | |--www.google.com/search?q=cheese+brie | | |--www.google.com/search?q=cheese+cheddar |...
  4. StevieK

    Retreive Hierarchical Data (How can I...?)

    I want to make up a (dynamic) HTML page of hyperlinks to look something like this: |--www.ask.com |--www.google.com | |--www.google.com/search?q=cheese | | |--www.google.com/search?q=cheese+brie | | |--www.google.com/search?q=cheese+cheddar |...
  5. StevieK

    ATL Event Firing - pDispatch is wrong type

    Im' trying to fire events from a C++ ATL COM Object, but the code that gets generated by the "Implement Connection Points" option in VC++ doesn't work. It generates the following code: VOID Fire_ConnectedToTelephonyServerOrNot(LONG errorLevel, BSTR errorString, BSTR statusString) {...

Part and Inventory Search

Back
Top