See if a dll is running



Is there a way to see if a dll is running? There might be situations when my
application doesn't close down properly and leaves one or a few com modules
running. The next time I start my application I would like the application to
detect if any of these modules are running, and if they are, restart them.
.


Loading