I\'m curious if there\'s a way to execute a static .DLL method in a new process without having to create an .EXE for it?
AFAIK, this isn\'t possible with native Win3
Look into the the rundll32.exe program that ships with windows. If you know certain information about the dll, you can sometimes use this program to run code in that dll.