Click here to Skip to main content
15,915,855 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
GeneralRe: Embarrassing but true Pin
programmervb.netc++15-Mar-10 14:54
programmervb.netc++15-Mar-10 14:54 
Multi-threading is useful:
- when independent operations could and should occur at the same time, rather than in a fixed and sequential order;


I guess that is alot of the issue we are having is that everything is so structured in the order that there are only a few instances that I can think of that we can go on about are way and not worry about the thread finishing before we move on...

For example I would think that retrieving data on a separate thread would be a good idea but there is not really anything for the user to be doing before they have the information.

Or saving the data on a separate thread but then the information might not be available if they went right back into the form..
Humble Programmer

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 
QuestionWindows Workflow Foundation Pin
Simon_Whale15-Mar-10 5:01
Simon_Whale15-Mar-10 5:01 

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.