View Single Post
  #6 (permalink)  
Old 12-01-2008, 8:02 PM
Spilled Spilled is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Nov 2008
Location: USA
Age: 22
Posts: 14
Reputation: 18
Spilled is on a distinguished programming path ahead
Default

Quote:
Originally Posted by JohnH View Post
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
Reply With Quote