Smile[HELP]Set the dll(s)'...

Posts 14 of 4 · Page 1 of 1
[HELP]Set the dll(s)'...
What is the code for:

*I want to select the selected dlls in the listbox1 to be injected.Help me!Thanks...
listn..if you dont know enough of VB to figure this stuff out then i wouldnt bother with an injector.

but here, try this.

Code:
ListBox1.Items.Count or listbox1.items.add
i use .Count in my injector
Count just gets the number of items in the listbox. He should use a for loop untill the UBound of listbox1 -1.

Try something like
[code] For i = 0 To ListBox1.Items.Count - 1
''Insert injection code here. For listbox1.items.item(i)"
Next
We have a help thread for a reason...
Posts 14 of 4 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?