Quote:
Originally Posted by JohnH
When is your code called?
|
Public ReadOnly Property GetCombo() As String
Is called from my class "BotClass" where my multithreading is sent. When the user clicks a button an array of threads are sent to BotClass.Begin() and they call
Public ReadOnly Property GetCombo() As String
to get the next combo which are loaded in Form1's control lbWordlist
edit: typo sorry