i asked help before but need again sorry
your code was
Dim x As Integer
For x = 0 To List1.ListCount - 1
List1.ListIndex = x
If List1.Text = "iggi" Then
'Run your program here (are you using the Shell command?)
End If
Next x
as you se the "iggi" instead of that i want the list to go through all usernames inside if it finds any usernames within list 1 they shud remain iggied
something like this but i know this is wrong
Dim x As Integer
For x = 0 To List2.ListCount - 1
List2.ListIndex = x
If List2.Text = List2.listcount Then
'Run your program here (are you using the Shell command?)
End If
Next x
your code was
Dim x As Integer
For x = 0 To List1.ListCount - 1
List1.ListIndex = x
If List1.Text = "iggi" Then
'Run your program here (are you using the Shell command?)
End If
Next x
as you se the "iggi" instead of that i want the list to go through all usernames inside if it finds any usernames within list 1 they shud remain iggied
something like this but i know this is wrong
Dim x As Integer
For x = 0 To List2.ListCount - 1
List2.ListIndex = x
If List2.Text = List2.listcount Then
'Run your program here (are you using the Shell command?)
End If
Next x