- event id 7016
Does anyone know what event id 7016 really is?...
- Event IConnectionPoint
Hello,I have a dll ATL/COM that using ConnectionPoint. I add an event, but this event work just one time after I have an error message:"The object is not connected to the serveur"Thanks for your helpSanoukPS: My Fire MethodLock(); HRESULT hr = S_OK; for( int i = 0; i < m_nStreamIndex; i++ )...
- Event Handling Mechanism in Windows
I have posted this question to other groups. But did not find an answer. Here's the question. Any thoughts on this is highly appreciated. =================================================================== Hi, I have some doubts regarding the event handling process in Windows. I referred ma...
- event handling keywords
Hi,the event_source, __raise, __event etc, keywords used to catch and raise events in c++, are they part of standard c++ and available in all major c++ compilers or are they microsoft specific?Ab....
- Event Handling incompatible with precompiled header !
I have made this very easy test with both VC7 and VC8, and I got unrecorevable errors. Did you ever tested this ? Know a workaround ? Regards, jean Davy In native C++ here is stdafx.h #pragma once #include <iostream> #include <tchar.h> [ event_source( native, optimize = speed, decora...
- event handling in treeview control
My application was working fine in VC++ 5.0 Windows 95 machine. I have ported the application to VC++ 6.0 Windows NT machine. My application has tree control. In VC++ 6.0 Windows NT machine, it is not handling the following eventsOnBeginLabelEditOnEndLabelEditOnSelChangedWhereas events like OnClick,...