Click here to Skip to main content
16,012,759 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionError While viewing Crystal report Pin
speedy_gonzalas27-May-07 21:56
speedy_gonzalas27-May-07 21:56 
Questiondata transaction between tables Pin
danasegaranea27-May-07 21:09
danasegaranea27-May-07 21:09 
AnswerRe: data transaction between tables Pin
Christian Graus27-May-07 21:26
protectorChristian Graus27-May-07 21:26 
GeneralRe: data transaction between tables Pin
danasegaranea27-May-07 23:09
danasegaranea27-May-07 23:09 
GeneralRe: data transaction between tables Pin
Christian Graus27-May-07 23:40
protectorChristian Graus27-May-07 23:40 
Questionreading a text file to DB Pin
samerh27-May-07 20:50
samerh27-May-07 20:50 
AnswerRe: reading a text file to DB Pin
Christian Graus28-May-07 1:00
protectorChristian Graus28-May-07 1:00 
Questionhow can i keep a thread waiting untill the other one finishes Pin
sabby200627-May-07 20:35
sabby200627-May-07 20:35 
how can i keep a thread waiting 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 can i keep a thread waiting untill the other one finishes Pin
Christian Graus27-May-07 21:27
protectorChristian Graus27-May-07 21:27 
QuestionHow to write a CSV file in VB 6.0? Pin
virendra_00727-May-07 19:39
virendra_00727-May-07 19:39 
QuestionCrystal Report Pin
klaydze27-May-07 18:28
klaydze27-May-07 18:28 
AnswerRe: Crystal Report Pin
NDD5727-May-07 22:40
NDD5727-May-07 22:40 
GeneralRe: Crystal Report Pin
klaydze27-May-07 23:05
klaydze27-May-07 23:05 
QuestionMerge Cell Pin
aphei27-May-07 17:31
aphei27-May-07 17:31 
QuestionThreading for image processing Pin
NGENEAR1127-May-07 17:03
NGENEAR1127-May-07 17:03 
AnswerRe: Threading for image processing Pin
Christian Graus27-May-07 17:32
protectorChristian Graus27-May-07 17:32 
QuestionReading (headerfiles?) from a websites within VB.NET Pin
Schadenfroh27-May-07 13:48
Schadenfroh27-May-07 13:48 
QuestionDetecting changes in other application window Pin
mcfonseca27-May-07 5:22
mcfonseca27-May-07 5:22 
AnswerRe: Detecting changes in other application window Pin
Dave Herren27-May-07 5:45
Dave Herren27-May-07 5:45 
QuestionRAR it ? Pin
Navneet Hegde27-May-07 0:51
Navneet Hegde27-May-07 0:51 
AnswerRe: RAR it ? Pin
Christian Graus27-May-07 0:57
protectorChristian Graus27-May-07 0:57 
QuestionHelp with Design of VB app Pin
matt_hirst27-May-07 0:09
matt_hirst27-May-07 0:09 
AnswerRe: Help with Design of VB app Pin
Christian Graus27-May-07 0:12
protectorChristian Graus27-May-07 0:12 
GeneralRe: Help with Design of VB app Pin
matt_hirst27-May-07 0:17
matt_hirst27-May-07 0:17 
GeneralRe: Help with Design of VB app Pin
Christian Graus27-May-07 0:23
protectorChristian Graus27-May-07 0:23 

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.