I needed to know if a DLL can respond to events. I haven't heard either way if it is a possible or not. I am guessing that they cannot. That they are basic packages of functions and whatnot. Thanks in advance.
You're on the right track. The DLL is not going to be able to do event handling itself. However, if the code you want to use for event handling is in a DLL, you could write a trivial piece of code to catch the events, and call the DLL code.
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.