I am using VB.NET 2003 and need to do the following:

Find the Base Address of a .dll file using Toolhelp32 API (Module32First/Next Calls). Of course, before doing that I need to get the ProcessID of the .exe that is using that .dll file and do a CreateToolhelp32Snapshot() Call.

So, what code whould I need to perform the above? I assume it would be a Module that I would add and then add the commands to a Form?

Thanks in advance!

P.S. I am a total Noob, so please be nice.