Click here to Skip to main content
16,005,389 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
Thanks for the great detail and time you took to reply to this.

the one that im interested in looking more into is

The part you wrote here

the GUI Controls are not thread-safe; Windows requires that a Control only be accessed
by the thread that created it (normally the GUI thread for all of them, since they typically
are all linked in one big hierarchy). When other threads need to report and show some
results using the GUI, there is an Invoke mechanism, supported by Control.InvokeRequired
and the methods Control.Invoke() or BeginInvoke() methods.


any quick examples to look at , at all Luc ..

kind regards
Robbo Smile | :)
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 
GeneralRe: Avoiding Hardcoded Values Pin
Paul Conrad4-Jan-08 7:12
professionalPaul Conrad4-Jan-08 7:12 
GeneralRe: Avoiding Hardcoded Values Pin
nishkarsh_k4-Jan-08 10:27
nishkarsh_k4-Jan-08 10:27 

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.