Click here to Skip to main content
16,008,175 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: ProgressBar Thread Pin
ScottM13-Jun-07 23:21
ScottM13-Jun-07 23:21 
GeneralRe: ProgressBar Thread Pin
Christian Graus3-Jun-07 23:46
protectorChristian Graus3-Jun-07 23:46 
GeneralRe: ProgressBar Thread Pin
ScottM13-Jun-07 23:59
ScottM13-Jun-07 23:59 
GeneralRe: ProgressBar Thread Pin
Christian Graus4-Jun-07 0:09
protectorChristian Graus4-Jun-07 0:09 
GeneralRe: ProgressBar Thread Pin
ScottM14-Jun-07 0:22
ScottM14-Jun-07 0:22 
GeneralRe: ProgressBar Thread Pin
Christian Graus4-Jun-07 0:25
protectorChristian Graus4-Jun-07 0:25 
GeneralRe: ProgressBar Thread Pin
ayeleteric4-Jun-07 0:00
ayeleteric4-Jun-07 0:00 
GeneralRe: ProgressBar Thread Pin
Christian Graus4-Jun-07 0:12
protectorChristian Graus4-Jun-07 0:12 
It seems to me that you should do some reading, and perhaps not worry about threads for a while until you've got a greater understanding of more basic things.

When asking a question, you should also define 'doesn't work', that doesn't tell us anything. Does it blow up ? Does it not do what yuo wanted ? Does it do anyting at all ? We don't know. Telling us the line that blows up and the error would also help.

And, what you're doing now is telling the framework not to protect you from yourself. This may work fine for such a simple app, but you'd do better to learn how to use a more powerful thread class ( BackgroundWorker ) and to ensure that your UI access is all in one thread. Then you can write *good* code, instead of just code that compiles.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: ProgressBar Thread Pin
ayeleteric4-Jun-07 0:16
ayeleteric4-Jun-07 0:16 
GeneralRe: ProgressBar Thread Pin
Christian Graus4-Jun-07 0:30
protectorChristian Graus4-Jun-07 0:30 
GeneralRe: ProgressBar Thread Pin
ayeleteric4-Jun-07 3:28
ayeleteric4-Jun-07 3:28 
GeneralRe: ProgressBar Thread Pin
ScottM14-Jun-07 0:17
ScottM14-Jun-07 0:17 
GeneralRe: ProgressBar Thread Pin
ayeleteric4-Jun-07 0:20
ayeleteric4-Jun-07 0:20 
QuestionJust in Time Error Pin
Vimalsoft(Pty) Ltd3-Jun-07 19:44
professionalVimalsoft(Pty) Ltd3-Jun-07 19:44 
AnswerRe: Just in Time Error Pin
Christian Graus3-Jun-07 20:27
protectorChristian Graus3-Jun-07 20:27 
AnswerRe: Just in Time Error Pin
Navneet Hegde3-Jun-07 20:48
Navneet Hegde3-Jun-07 20:48 
GeneralRe: Just in Time Error Pin
Vimalsoft(Pty) Ltd3-Jun-07 23:42
professionalVimalsoft(Pty) Ltd3-Jun-07 23:42 
Questionis there any code to change macro security mode.. Pin
koolprasad20033-Jun-07 18:43
professionalkoolprasad20033-Jun-07 18:43 
AnswerRe: is there any code to change macro security mode.. Pin
Johan Hakkesteegt8-Jun-07 2:45
Johan Hakkesteegt8-Jun-07 2:45 
Questiontextboxes in datagridview Pin
Sonia Gupta3-Jun-07 18:05
Sonia Gupta3-Jun-07 18:05 
AnswerRe: textboxes in datagridview Pin
Dave Kreskowiak4-Jun-07 3:29
mveDave Kreskowiak4-Jun-07 3:29 
QuestionCreate word document based on existing template Pin
Mekong River3-Jun-07 17:49
Mekong River3-Jun-07 17:49 
QuestionAdd dll control at runtime Pin
smithdb3-Jun-07 5:53
smithdb3-Jun-07 5:53 
AnswerRe: Add dll control at runtime Pin
Tamimi - Code3-Jun-07 22:51
Tamimi - Code3-Jun-07 22:51 
Questionhow do i edit a selected row in datagrid? Pin
sathyan_82943-Jun-07 3:56
sathyan_82943-Jun-07 3:56 

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.