Click here to Skip to main content
15,909,953 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Help On Forms and threads Pin
RG_SA20-Sep-06 0:20
RG_SA20-Sep-06 0:20 
GeneralRe: Help On Forms and threads Pin
Christian Graus20-Sep-06 0:22
protectorChristian Graus20-Sep-06 0:22 
GeneralRe: Help On Forms and threads Pin
RG_SA20-Sep-06 0:33
RG_SA20-Sep-06 0:33 
GeneralRe: Help On Forms and threads Pin
Christian Graus20-Sep-06 0:41
protectorChristian Graus20-Sep-06 0:41 
GeneralRe: Help On Forms and threads Pin
RG_SA20-Sep-06 0:47
RG_SA20-Sep-06 0:47 
GeneralRe: Help On Forms and threads Pin
RG_SA20-Sep-06 0:35
RG_SA20-Sep-06 0:35 
AnswerRe: Help On Forms and threads Pin
RG_SA20-Sep-06 2:50
RG_SA20-Sep-06 2:50 
GeneralRe: Help On Forms and threads Pin
Dave Kreskowiak20-Sep-06 4:53
mveDave Kreskowiak20-Sep-06 4:53 
This is how your supposed to do it. Although it's possible to create forms on other threads, I don't recommend it because people, who mostly don't understand threading, always run into weird problems like this and can't seem to comprehend why it doesn't work. They spend dyas screwing around with a problem that's easily avoidable if you remember to keep all of your GUI elements (including entire forms) on the GUI thread and shovel off the real work to background threads.


Dave Kreskowiak
Microsoft MVP - Visual Basic


Questioncreate link on datagrid column Pin
mellvincent19-Sep-06 22:43
mellvincent19-Sep-06 22:43 
QuestionIndependent Application Instances Pin
hrodberaht19-Sep-06 22:11
hrodberaht19-Sep-06 22:11 
AnswerRe: Independent Application Instances Pin
Marco Turrini19-Sep-06 22:46
Marco Turrini19-Sep-06 22:46 
GeneralRe: Independent Application Instances Pin
hrodberaht19-Sep-06 22:53
hrodberaht19-Sep-06 22:53 
QuestionDLL Problem Pin
Sasmi19-Sep-06 21:46
Sasmi19-Sep-06 21:46 
AnswerRe: DLL Problem Pin
Christian Graus19-Sep-06 21:49
protectorChristian Graus19-Sep-06 21:49 
GeneralRe: DLL Problem Pin
Sasmi19-Sep-06 21:58
Sasmi19-Sep-06 21:58 
QuestionDLL Problem Pin
Sasmi19-Sep-06 21:10
Sasmi19-Sep-06 21:10 
AnswerRe: DLL Problem Pin
Christian Graus19-Sep-06 21:19
protectorChristian Graus19-Sep-06 21:19 
Questioncomma delimited text file Pin
minniemooo19-Sep-06 20:30
minniemooo19-Sep-06 20:30 
AnswerRe: comma delimited text file Pin
_AK_19-Sep-06 21:47
_AK_19-Sep-06 21:47 
Questionstop refresh of drawing Pin
amilapradeep19-Sep-06 17:41
amilapradeep19-Sep-06 17:41 
AnswerRe: stop refresh of drawing Pin
Christian Graus19-Sep-06 17:44
protectorChristian Graus19-Sep-06 17:44 
GeneralRe: stop refresh of drawing Pin
Dave Kreskowiak20-Sep-06 2:11
mveDave Kreskowiak20-Sep-06 2:11 
GeneralRe: stop refresh of drawing Pin
Christian Graus20-Sep-06 10:46
protectorChristian Graus20-Sep-06 10:46 
AnswerRe: stop refresh of drawing Pin
Dave Kreskowiak20-Sep-06 2:10
mveDave Kreskowiak20-Sep-06 2:10 
AnswerRe: stop refresh of drawing Pin
Uber126-Sep-06 10:28
Uber126-Sep-06 10:28 

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.