can anybody tell me how what is the use of event in COM EXE/DLL
b'coz it is not visible to the user . i am confused
Printable View
can anybody tell me how what is the use of event in COM EXE/DLL
b'coz it is not visible to the user . i am confused
It should be visible to the developer using the dll/exe as long as they declared the instance as WithEvents (i.e. Private WithEvents MyObject as CMyObject)