Hello all,

Is it possible to get the base address of a dll file currently loaded into memory this dll is loaded by another application outside my program and each time this application is loaded the start address at which this dll is located in memory changes. I wish to write something that will return at what address the dll was loaded. Is this possible and if so how can it be done?

Thanks,

ISquishWorms