Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
GeneralRe: Non-Compiled Files in Solution Pin
Christian Graus9-May-05 17:04
protectorChristian Graus9-May-05 17:04 
GeneralRe: Non-Compiled Files in Solution Pin
C_Simpkins10-May-05 4:01
C_Simpkins10-May-05 4:01 
Generalcheck if .net framework is not installed Pin
Mohsen Saad9-May-05 4:17
Mohsen Saad9-May-05 4:17 
GeneralRe: check if .net framework is not installed Pin
MoustafaS9-May-05 4:26
MoustafaS9-May-05 4:26 
GeneralRe: check if .net framework is not installed Pin
Dave Kreskowiak9-May-05 4:44
mveDave Kreskowiak9-May-05 4:44 
Generalmulti threading & progressBar problem Pin
gaby2r9-May-05 3:53
gaby2r9-May-05 3:53 
GeneralRe: multi threading & progressBar problem Pin
Dave Kreskowiak9-May-05 4:39
mveDave Kreskowiak9-May-05 4:39 
GeneralRe: multi threading & progressBar problem Pin
S. Senthil Kumar9-May-05 4:50
S. Senthil Kumar9-May-05 4:50 
I don't know how it works the first time. You are blocking the UI thread by looping till the worker thread completes. So your calls to PerformStep won't really get through till button_Click completes, by which time you're already done.

I'd suggest that you update the progress bar from the worker thread (by using BeginInvoke/Invoke as this[^] article describes.

Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
General[database] understand if the field contain a value Pin
Sasuko9-May-05 3:42
Sasuko9-May-05 3:42 
GeneralRe: [database] understand if the field contain a value Pin
Dave Kreskowiak9-May-05 4:31
mveDave Kreskowiak9-May-05 4:31 
QuestionHow to Rotate Controls? Pin
RajeshGuptha9-May-05 3:37
RajeshGuptha9-May-05 3:37 
AnswerRe: How to Rotate Controls? Pin
Dave Kreskowiak9-May-05 4:30
mveDave Kreskowiak9-May-05 4:30 
GeneralRe: How to Rotate Controls? Pin
therealmccoy9-May-05 9:30
therealmccoy9-May-05 9:30 
GeneralRe: How to Rotate Controls? Pin
Dave Kreskowiak9-May-05 11:31
mveDave Kreskowiak9-May-05 11:31 
GeneralRe: How to Rotate Controls? Pin
RajeshGuptha10-May-05 2:46
RajeshGuptha10-May-05 2:46 
GeneralRetain values Pin
esjq9-May-05 3:13
esjq9-May-05 3:13 
GeneralRe: Retain values Pin
Dave Kreskowiak9-May-05 4:27
mveDave Kreskowiak9-May-05 4:27 
GeneralOpen Files Pin
eng.mohamed9-May-05 2:14
eng.mohamed9-May-05 2:14 
GeneralRe: Open Files Pin
mav.northwind9-May-05 3:02
mav.northwind9-May-05 3:02 
GeneralC# Discussion Board Pin
Illegal Operation9-May-05 1:24
Illegal Operation9-May-05 1:24 
GeneralRe: C# Discussion Board Pin
MoustafaS9-May-05 4:46
MoustafaS9-May-05 4:46 
QuestionHow do I expose a Windows Service procedures and functions so that i can call remotely?? Pin
AfzalHassen9-May-05 1:24
AfzalHassen9-May-05 1:24 
QuestionHow to Create a C# Application to uninstall Applications Pin
pubududilena9-May-05 0:17
pubududilena9-May-05 0:17 
AnswerRe: How to Create a C# Application to uninstall Applications Pin
Colin Angus Mackay9-May-05 1:33
Colin Angus Mackay9-May-05 1:33 
GeneralRe: How to Create a C# Application to uninstall Applications Pin
pubududilena9-May-05 17:18
pubududilena9-May-05 17:18 

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.