I am pretty new to VB and currently learning.

As a first project I started making my own DLL-injector and after reading through different tutorials and some hours of
trial and error I now have a pretty simple injector.

It seems to work just fine but I want to improve it a bit.
The current way to get the target process is by simply typing the process name into a textbox.

I would like to create a button that allows you to choose the target process out of a list of running processes.
I can't find anything for this issue around the web so maybe someone here knows what to do...

Any help? (keep in mind: I am a beginner)