Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
AnswerRe: pinovoke program runs but has no output [modified] Pin
martin_hughes12-May-08 7:19
martin_hughes12-May-08 7:19 
GeneralRe: pinovoke program runs but has no output Pin
sharp_k12-May-08 7:33
sharp_k12-May-08 7:33 
GeneralRe: pinovoke program runs but has no output Pin
martin_hughes12-May-08 8:40
martin_hughes12-May-08 8:40 
GeneralRe: pinovoke program runs but has no output Pin
sharp_k12-May-08 12:07
sharp_k12-May-08 12:07 
GeneralRe: pinovoke program runs but has no output Pin
Mike Dimmick12-May-08 9:42
Mike Dimmick12-May-08 9:42 
QuestionThread Pin
ellllllllie12-May-08 5:59
ellllllllie12-May-08 5:59 
AnswerRe: Thread Pin
Ed.Poore12-May-08 6:02
Ed.Poore12-May-08 6:02 
AnswerRe: Thread Pin
Abhijit Jana12-May-08 6:23
professionalAbhijit Jana12-May-08 6:23 
ellllllllie wrote:
while i am making an update to my software,i display a progress bar that run in another thread?
i don't know why but in some case the value of my progress stop from increasing?


Your Question Does not make any sence. Please be specific.


ellllllllie wrote:
while i am making an update to my software


I Think you want to mean , you want some update operation and you want you progress bar moving !!! isnt It ?


ellllllllie wrote:
any idea



If yes, Try to use BackgroundWorker Components in C# . because Progress bar run on Foreground thread and with low priority where as your background jub run with high priority. Thats why, you are getting your progress bar Stop Increasing, because your UI is not refreshing.. So Try to understand Background worker and work with it.

Best Regards
-----------------
Abhijit Jana
"Success is Journey it's not a destination"

GeneralRe: Thread Pin
ellllllllie12-May-08 6:38
ellllllllie12-May-08 6:38 
GeneralRe: Thread Pin
Abhijit Jana12-May-08 18:55
professionalAbhijit Jana12-May-08 18:55 
AnswerRe: Thread Pin
#realJSOP12-May-08 6:54
professional#realJSOP12-May-08 6:54 
QuestionMDI child can't maximize Pin
Yosh_12-May-08 5:23
professionalYosh_12-May-08 5:23 
AnswerRe: MDI child can't maximize Pin
Ennis Ray Lynch, Jr.12-May-08 5:29
Ennis Ray Lynch, Jr.12-May-08 5:29 
QuestionPassing Parameters to button click events Pin
Cozmo2312-May-08 4:41
Cozmo2312-May-08 4:41 
AnswerRe: Passing Parameters to button click events Pin
Giorgi Dalakishvili12-May-08 4:48
mentorGiorgi Dalakishvili12-May-08 4:48 
GeneralRe: Passing Parameters to button click events Pin
Cozmo2312-May-08 5:25
Cozmo2312-May-08 5:25 
GeneralRe: Passing Parameters to button click events Pin
Giorgi Dalakishvili12-May-08 5:30
mentorGiorgi Dalakishvili12-May-08 5:30 
AnswerRe: Passing Parameters to button click events Pin
Luis Alonso Ramos12-May-08 8:19
Luis Alonso Ramos12-May-08 8:19 
GeneralRe: Passing Parameters to button click events Pin
Cozmo2313-May-08 3:09
Cozmo2313-May-08 3:09 
QuestionPeer-to-peer Application Pin
pdoy070812-May-08 4:20
pdoy070812-May-08 4:20 
AnswerRe: Peer-to-peer Application Pin
led mike12-May-08 4:32
led mike12-May-08 4:32 
GeneralRe: Peer-to-peer Application Pin
pdoy070812-May-08 5:26
pdoy070812-May-08 5:26 
AnswerRe: Peer-to-peer Application Pin
Ennis Ray Lynch, Jr.12-May-08 5:31
Ennis Ray Lynch, Jr.12-May-08 5:31 
QuestionLoading an arrayList into a datagrid Pin
Twyce12-May-08 4:18
Twyce12-May-08 4:18 
QuestionHow can I create a ImageList property,that I can set at design-time? PLEASE HELP! Pin
ctoma200512-May-08 4:15
ctoma200512-May-08 4:15 

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.