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...
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...
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
|...
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
|...
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)
{...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.