Link to home
Start Free TrialLog in
Avatar of advcom
advcom

asked on

Get list of modules loaded in a process with Visual Basic 6

I need to be able to pass a process id to a function and then have that function populate a listbox with all of the loaded modules. This needs to be in VB6 and should be able to work with Windows 7  32 and 64 bit. I found some code and it sorta works, but it is inaccurate.
SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of advcom
advcom

ASKER

I figured it out myself