i was wondering if anyone knows how to load multiple files into a text box like multiple .dlls. i know how to get 1 into it, but i cant seem to get more than 1. any help would be appreciated!
Printable View
i was wondering if anyone knows how to load multiple files into a text box like multiple .dlls. i know how to get 1 into it, but i cant seem to get more than 1. any help would be appreciated!
Please be more specific :confused:
Lol Pixie..He wants to have a listbox....and everytime he browses for a .dll in his injector it will full the listbox with multiple .dll to inject at once..I'll generate you a code in a little bit if I can.
yeah i tried a listbox...but i couldnt get it to work.
Add a listbox. and btw whos tut are you using it helps alot. if your using ugs..then this code should work.
Code:ListBox1.Items.Add(DllFileName)
Consider the Problem Solved :D. Woot!
PS : Don't feel to stupid because it sounds like it should be Listbox1.Additem(ITEM)
ick..im running into this problem now! i cant get it to inject more than just 1 of the items in the list box..and ive been changing everything again. ive been trying to get it to work all day and lots of lastnight, but since i couldnt figure it out..i might as well ask!
If your doing this in vb.net. Grab my module for dll injection i posted on here and use the MultipleInject function and just pass your dll paths as a string array to the function.
Heres the link to my Module. To add to your project add a new module and post that code in it. Than use InjectMultipleDlls() pass it your processname with out .exe and the paths to all your dll's as a string array.
Code:https://www.mpgh.net/forum/33-visual-basics/91071-module-dll-injection.html