Click here to Skip to main content
15,919,121 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Retrieve Parts from Item in Arraylist Pin
Dayekh6-Jan-08 12:05
Dayekh6-Jan-08 12:05 
GeneralProgram Files Nightmare Pin
Dreamer20075-Jan-08 1:43
Dreamer20075-Jan-08 1:43 
GeneralRe: Program Files Nightmare Pin
nlarson115-Jan-08 3:45
nlarson115-Jan-08 3:45 
GeneralRe: Program Files Nightmare Pin
Dave Kreskowiak5-Jan-08 15:14
mveDave Kreskowiak5-Jan-08 15:14 
GeneralRe: Program Files Nightmare Pin
Dreamer20076-Jan-08 19:32
Dreamer20076-Jan-08 19:32 
GeneralRe: Program Files Nightmare Pin
Dave Kreskowiak7-Jan-08 3:01
mveDave Kreskowiak7-Jan-08 3:01 
QuestionWhen do and where do i decide i need to adopt threading if at all ??? Pin
vbbeg4-Jan-08 20:37
vbbeg4-Jan-08 20:37 
AnswerRe: When do and where do i decide i need to adopt threading if at all ??? Pin
Guffa5-Jan-08 7:32
Guffa5-Jan-08 7:32 
Simply put, if you are waiting for more than one thing to happen, you use threading.

If you both want to wait for a process to finish, and wait for user input at the same time, you use a background thread for the process. If you run the process in the main thread, the program will not respond to any user input at all until the process is finished.

Experience is the sum of all the mistakes you have done.

AnswerRe: When do and where do i decide i need to adopt threading if at all ??? Pin
Luc Pattyn5-Jan-08 11:08
sitebuilderLuc Pattyn5-Jan-08 11:08 
GeneralRe: When do and where do i decide i need to adopt threading if at all ??? Pin
vbbeg5-Jan-08 22:47
vbbeg5-Jan-08 22:47 
GeneralRe: When do and where do i decide i need to adopt threading if at all ??? Pin
Luc Pattyn6-Jan-08 2:59
sitebuilderLuc Pattyn6-Jan-08 2:59 
QuestionHow to suppress a column in datagrid? (vb.net 1.1) Pin
infotools4-Jan-08 20:23
infotools4-Jan-08 20:23 
GeneralRe: How to suppress a column in datagrid? (vb.net 1.1) Pin
ejaz_pk4-Jan-08 21:48
ejaz_pk4-Jan-08 21:48 
GeneralRe: How to suppress a column in datagrid? (vb.net 1.1) Pin
infotools6-Jan-08 3:00
infotools6-Jan-08 3:00 
GeneralRe: How to suppress a column in datagrid? (vb.net 1.1) Pin
DigiOz Multimedia5-Jan-08 8:43
DigiOz Multimedia5-Jan-08 8:43 
GeneralRe: How to suppress a column in datagrid? (vb.net 1.1) Pin
Dayekh5-Jan-08 19:39
Dayekh5-Jan-08 19:39 
GeneralDisplay Design HTML Pin
Socheat.Net4-Jan-08 16:16
Socheat.Net4-Jan-08 16:16 
GeneralRe: Display Design HTML Pin
LloydA1114-Jan-08 16:23
LloydA1114-Jan-08 16:23 
GeneralRe: Display Design HTML Pin
Socheat.Net4-Jan-08 17:31
Socheat.Net4-Jan-08 17:31 
GeneralRe: Display Design HTML Pin
LloydA1114-Jan-08 23:53
LloydA1114-Jan-08 23:53 
QuestionStopping a form from appearing in VB.NET? Pin
LloydA1114-Jan-08 14:39
LloydA1114-Jan-08 14:39 
AnswerRe: Stopping a form from appearing in VB.NET? Pin
nlarson115-Jan-08 3:40
nlarson115-Jan-08 3:40 
GeneralRe: Stopping a form from appearing in VB.NET? Pin
LloydA1115-Jan-08 3:46
LloydA1115-Jan-08 3:46 
GeneralRe: Stopping a form from appearing in VB.NET? Pin
Luc Pattyn5-Jan-08 4:34
sitebuilderLuc Pattyn5-Jan-08 4:34 
QuestionAvoiding Hardcoded Values Pin
caalock4-Jan-08 6:53
caalock4-Jan-08 6:53 

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.