Click here to Skip to main content
15,899,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow can a software check for recent updates and download the files within the application Pin
raj_aish26-May-07 3:19
raj_aish26-May-07 3:19 
AnswerRe: how can a software check for recent updates and download the files within the application Pin
Thomas Stockwell26-May-07 15:42
professionalThomas Stockwell26-May-07 15:42 
QuestionHow to set timeout in VB.net Pin
Nguyen Thi Thanh26-May-07 1:31
Nguyen Thi Thanh26-May-07 1:31 
AnswerRe: How to set timeout in VB.net Pin
Dave Kreskowiak27-May-07 7:11
mveDave Kreskowiak27-May-07 7:11 
Questiondisplaying images in datagrid Pin
chiyankrishna26-May-07 0:06
chiyankrishna26-May-07 0:06 
QuestionHOw to pass parameters to a sub called by a thread Pin
sabby200625-May-07 21:30
sabby200625-May-07 21:30 
AnswerRe: HOw to pass parameters to a sub called by a thread Pin
Guffa25-May-07 23:21
Guffa25-May-07 23:21 
GeneralRe: HOw to pass parameters to a sub called by a thread Pin
sabby200627-May-07 19:57
sabby200627-May-07 19:57 
Thanks a Lot it did work.
I have another question how can i keep a thread wait untill the other one finishes. Say i have

Dim t1 As Thread = New Thread(AddressOf execute)
Dim t2 As Thread = New Thread(AddressOf execute)

t1.start(0)
t2.start(1)

But t2 should not start untill t1 finishes. I have to create say varying threads right now i and only creating two threads but i have to actually create as many as there are records in the database. but at the same they won't be more then 5, but could be less even one. At end of the program(thread) i am updating records in the database and that is the reason i dont want to start the next thread before the finish of the first.




Regards

AnswerRe: HOw to pass parameters to a sub called by a thread Pin
Guffa27-May-07 21:27
Guffa27-May-07 21:27 
GeneralRe: HOw to pass parameters to a sub called by a thread Pin
sabby200628-May-07 0:28
sabby200628-May-07 0:28 
AnswerRe: HOw to pass parameters to a sub called by a thread Pin
Guffa28-May-07 7:55
Guffa28-May-07 7:55 
AnswerRe: HOw to pass parameters to a sub called by a thread Pin
Dave Herren26-May-07 12:46
Dave Herren26-May-07 12:46 
QuestionRegarding updation in Datagrid-----Urgently Pin
venkata lakshmi prasanna25-May-07 21:18
venkata lakshmi prasanna25-May-07 21:18 
QuestionRe: Regarding updation in Datagrid-----Urgently Pin
Sonia Gupta25-May-07 21:24
Sonia Gupta25-May-07 21:24 
AnswerRe: Regarding updation in Datagrid-----Urgently Pin
venkata lakshmi prasanna25-May-07 21:32
venkata lakshmi prasanna25-May-07 21:32 
GeneralRe: Regarding updation in Datagrid-----Urgently Pin
Sonia Gupta25-May-07 21:44
Sonia Gupta25-May-07 21:44 
AnswerRe: Regarding updation in Datagrid-----Urgently Pin
Dave Kreskowiak27-May-07 4:07
mveDave Kreskowiak27-May-07 4:07 
QuestionWindows Pin
Sonia Gupta25-May-07 18:15
Sonia Gupta25-May-07 18:15 
AnswerRe: Windows Pin
Dave Kreskowiak26-May-07 6:32
mveDave Kreskowiak26-May-07 6:32 
QuestionHow to read/edit an Outlook .pst file? Pin
rock-n-glock25-May-07 17:03
rock-n-glock25-May-07 17:03 
AnswerRe: How to read/edit an Outlook .pst file? Pin
Dave Kreskowiak27-May-07 3:59
mveDave Kreskowiak27-May-07 3:59 
AnswerRe: How to read/edit an Outlook .pst file? Pin
vijay_Integra19-Jul-07 18:21
vijay_Integra19-Jul-07 18:21 
AnswerRe: Send an OLE object Pin
Dave Kreskowiak27-May-07 7:08
mveDave Kreskowiak27-May-07 7:08 
AnswerRe: HELP!!! Pin
Christian Graus25-May-07 9:42
protectorChristian Graus25-May-07 9:42 
GeneralRe: HELP!!! Pin
Colin Angus Mackay26-May-07 5:45
Colin Angus Mackay26-May-07 5:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.