Click here to Skip to main content
15,889,878 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to use crystal report in vb.net Pin
NaliniNagarajan10-Feb-09 23:50
NaliniNagarajan10-Feb-09 23:50 
AnswerRe: how to use crystal report in vb.net Pin
Rupesh Kumar Swami11-Feb-09 0:13
Rupesh Kumar Swami11-Feb-09 0:13 
AnswerRe: how to use crystal report in vb.net Pin
Steven J Jowett11-Feb-09 0:44
Steven J Jowett11-Feb-09 0:44 
QuestionTERMINAL SERVICE CONTROL IN VB.6 Pin
bono from indo10-Feb-09 21:33
bono from indo10-Feb-09 21:33 
AnswerRe: TERMINAL SERVICE CONTROL IN VB.6 Pin
Steven J Jowett10-Feb-09 23:57
Steven J Jowett10-Feb-09 23:57 
AnswerRe: TERMINAL SERVICE CONTROL IN VB.6 Pin
Smithers-Jones11-Feb-09 1:13
Smithers-Jones11-Feb-09 1:13 
QuestionSynchronizaiton (Multithreading) Pin
Muhammad Fahim Baloch10-Feb-09 20:26
Muhammad Fahim Baloch10-Feb-09 20:26 
AnswerRe: Synchronizaiton (Multithreading) Pin
Dave Kreskowiak11-Feb-09 1:33
mveDave Kreskowiak11-Feb-09 1:33 
Without all the description that a question like this needs to be clear, I think you may need to look into using a SyncLock.
'  Locks a section of code so only one thread can run it at a time
    SyncLock lockObject
        ' Code
    End SyncLock

The documentation on SyncLock can be found here[^]. The hardest part about using it is picking an appropriate object to use for the lock.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




AnswerRe: Synchronizaiton (Multithreading) Pin
Ashfield11-Feb-09 1:33
Ashfield11-Feb-09 1:33 
QuestionSmall Issue, Needs Urgent help Pin
shawndeprey10-Feb-09 10:16
shawndeprey10-Feb-09 10:16 
AnswerRe: Small Issue, Needs Urgent help Pin
Christian Graus10-Feb-09 12:49
protectorChristian Graus10-Feb-09 12:49 
GeneralRe: Small Issue, Needs Urgent help Pin
shawndeprey10-Feb-09 14:52
shawndeprey10-Feb-09 14:52 
AnswerRe: Small Issue, Needs Urgent help Pin
Fernando Soto10-Feb-09 17:37
Fernando Soto10-Feb-09 17:37 
GeneralRe: Small Issue, Needs Urgent help Pin
shawndeprey11-Feb-09 13:38
shawndeprey11-Feb-09 13:38 
GeneralRe: Small Issue, Needs Urgent help Pin
Fernando Soto11-Feb-09 16:22
Fernando Soto11-Feb-09 16:22 
Question[Message Deleted] Pin
JUNEYT10-Feb-09 6:15
JUNEYT10-Feb-09 6:15 
GeneralRe: Why do I get "System.ArgumentOutOfRangeException" for recently added columns to listview? Pin
Luc Pattyn10-Feb-09 6:27
sitebuilderLuc Pattyn10-Feb-09 6:27 
AnswerRe: Why do I get "System.ArgumentOutOfRangeException" for recently added columns to listview? Pin
Dave Kreskowiak10-Feb-09 6:36
mveDave Kreskowiak10-Feb-09 6:36 
RantRe: [Message Deleted] Pin
Smithers-Jones10-Feb-09 7:21
Smithers-Jones10-Feb-09 7:21 
Questionimages/photos/pictures Pin
ngugi10-Feb-09 5:42
ngugi10-Feb-09 5:42 
AnswerRe: images/photos/pictures Pin
Henry Minute10-Feb-09 6:19
Henry Minute10-Feb-09 6:19 
AnswerRe: images/photos/pictures Pin
Dave Kreskowiak10-Feb-09 6:34
mveDave Kreskowiak10-Feb-09 6:34 
QuestionAdding a control from within a class Pin
Paul Hasler10-Feb-09 4:16
Paul Hasler10-Feb-09 4:16 
AnswerRe: Adding a control from within a class Pin
JoeSharp10-Feb-09 4:30
JoeSharp10-Feb-09 4:30 
GeneralRe: Adding a control from within a class Pin
Jon_Boy10-Feb-09 5:31
Jon_Boy10-Feb-09 5:31 

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.