I am developing a .NET DLL for software which is not part of my solution (don't have source).
I'd really like to somehow implement a key shortcut that automatically attaches the DLL to a specific executable (ideally waiting for the exe to start).
What is the best way to go about this?
If there's a way to leave VisualBasic out of the picture that would be an extra bonus. (No offense to VB fans but I just don't like it)