Click here to Skip to main content
15,907,687 members
Home / Discussions / C#
   

C#

 
AnswerRe: inserting Single quote error Pin
Ennis Ray Lynch, Jr.12-May-08 9:11
Ennis Ray Lynch, Jr.12-May-08 9:11 
GeneralRe: inserting Single quote error Pin
Jasmine250112-May-08 9:21
Jasmine250112-May-08 9:21 
QuestionShareing shopping Cart in asp.net and C# Pin
mdpavel12-May-08 7:44
mdpavel12-May-08 7:44 
AnswerRe: Shareing shopping Cart in asp.net and C# Pin
Zoltan Balazs12-May-08 7:55
Zoltan Balazs12-May-08 7:55 
AnswerRe: Shareing shopping Cart in asp.net and C# Pin
Jasmine250112-May-08 9:13
Jasmine250112-May-08 9:13 
QuestionRTB Printing Position Pin
kgoodrich12-May-08 6:54
kgoodrich12-May-08 6:54 
AnswerRe: RTB Printing Position Pin
kgoodrich4-Jun-08 7:03
kgoodrich4-Jun-08 7:03 
QuestionToolstrips losing 3d look when locking machine Pin
RobMaddison12-May-08 6:44
RobMaddison12-May-08 6:44 
AnswerRe: Toolstrips losing 3d look when locking machine Pin
Dave Sexton12-May-08 11:52
Dave Sexton12-May-08 11:52 
GeneralRe: Toolstrips losing 3d look when locking machine Pin
RobMaddison12-May-08 22:53
RobMaddison12-May-08 22:53 
GeneralRe: Toolstrips losing 3d look when locking machine Pin
Dave Sexton12-May-08 23:05
Dave Sexton12-May-08 23:05 
GeneralRe: Toolstrips losing 3d look when locking machine Pin
RobMaddison13-May-08 0:41
RobMaddison13-May-08 0:41 
Questionpinovoke program runs but has no output Pin
sharp_k12-May-08 6:17
sharp_k12-May-08 6:17 
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 

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.