makin a loop in VB

Posts 17 of 7 · Page 1 of 1
makin a loop in VB
ok i makin my secound public version of my injector- demon inject and i need to make a loop so it can inject all tht are in the listbox instead of you havein to highlight it so how do i do this with a loop and wats a loop code
Go to the VB Coding Section
ok
(short message very very short message)
Change your inject code:

[php]Private Sub Inject()
For Each item In ListBox1.Items
pszLibFileRemote = item.ToString
'put inject code here
Next
End Sub[/php]
Quote Originally Posted by Samueldo View Post
Change your inject code:

[php]Private Sub Inject()
For Each item In ListBox1.Items
pszLibFileRemote = item.ToString
'put inject code here
Next
End Sub[/php]
nope didnt work all i got to ask is i no im doin somethin wrong but wat em i doin wrong :\ i fail
Quote Originally Posted by NewEraa View Post
Look at Death Hunters code in Visual basic tutorials...
cnt find it wow im a fail right now
lol i suggest u look around in the VB coding section, or switch to C++ lol
Posts 17 of 7 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?