Click here to Skip to main content
15,891,629 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: automation in vb Pin
Anubhava Dimri16-Mar-10 2:02
Anubhava Dimri16-Mar-10 2:02 
AnswerRe: automation in vb Pin
Dalek Dave16-Mar-10 0:59
professionalDalek Dave16-Mar-10 0:59 
QuestionMultithreading Pin
programmervb.netc++15-Mar-10 16:23
programmervb.netc++15-Mar-10 16:23 
AnswerRe: Multithreading Pin
Luc Pattyn15-Mar-10 16:51
sitebuilderLuc Pattyn15-Mar-10 16:51 
GeneralRe: Multithreading Pin
programmervb.netc++15-Mar-10 16:57
programmervb.netc++15-Mar-10 16:57 
GeneralRe: Multithreading Pin
Luc Pattyn15-Mar-10 17:31
sitebuilderLuc Pattyn15-Mar-10 17:31 
QuestionEmbarrassing but true Pin
programmervb.netc++15-Mar-10 14:27
programmervb.netc++15-Mar-10 14:27 
AnswerRe: Embarrassing but true Pin
Luc Pattyn15-Mar-10 14:48
sitebuilderLuc Pattyn15-Mar-10 14:48 
Hi,

This[^] tackles the thread crossings.

Multi-threading is useful:
- when independent operations could and should occur at the same time, rather than in a fixed and sequential order;
- when your app is compute bound and your system has more than one core, not all of them busy right now.

There is no need for tools to analyze this, just a bit of common sense should suffice.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.

GeneralRe: Embarrassing but true Pin
programmervb.netc++15-Mar-10 14:54
programmervb.netc++15-Mar-10 14:54 
GeneralRe: Embarrassing but true Pin
Luc Pattyn15-Mar-10 15:15
sitebuilderLuc Pattyn15-Mar-10 15:15 
GeneralRe: Embarrassing but true Pin
programmervb.netc++15-Mar-10 15:17
programmervb.netc++15-Mar-10 15:17 
AnswerRe: Embarrassing but true Pin
Dave Kreskowiak15-Mar-10 14:49
mveDave Kreskowiak15-Mar-10 14:49 
GeneralRe: Embarrassing but true Pin
Luc Pattyn15-Mar-10 15:16
sitebuilderLuc Pattyn15-Mar-10 15:16 
GeneralRe: Embarrassing but true Pin
Dave Kreskowiak15-Mar-10 16:24
mveDave Kreskowiak15-Mar-10 16:24 
QuestionVB.Net Conversion Wizard Pin
arsha_midy15-Mar-10 13:43
arsha_midy15-Mar-10 13:43 
AnswerRe: VB.Net Conversion Wizard Pin
programmervb.netc++15-Mar-10 14:28
programmervb.netc++15-Mar-10 14:28 
GeneralRe: VB.Net Conversion Wizard Pin
arsha_midy15-Mar-10 20:59
arsha_midy15-Mar-10 20:59 
AnswerRe: VB.Net Conversion Wizard Pin
Dave Kreskowiak15-Mar-10 14:44
mveDave Kreskowiak15-Mar-10 14:44 
GeneralRe: VB.Net Conversion Wizard Pin
programmervb.netc++15-Mar-10 14:49
programmervb.netc++15-Mar-10 14:49 
QuestionWeird error that only happens sometimes.. Pin
programmervb.netc++15-Mar-10 10:36
programmervb.netc++15-Mar-10 10:36 
Answerpartial answer Pin
Luc Pattyn15-Mar-10 11:07
sitebuilderLuc Pattyn15-Mar-10 11:07 
GeneralRe: partial answer Pin
programmervb.netc++15-Mar-10 11:09
programmervb.netc++15-Mar-10 11:09 
AnswerRe: partial answer Pin
Luc Pattyn15-Mar-10 11:32
sitebuilderLuc Pattyn15-Mar-10 11:32 
GeneralRe: partial answer Pin
programmervb.netc++15-Mar-10 11:14
programmervb.netc++15-Mar-10 11:14 
AnswerRe: Weird error that only happens sometimes.. Pin
Gideon Engelberth16-Mar-10 18:00
Gideon Engelberth16-Mar-10 18:00 

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.