Click here to Skip to main content
16,009,156 members
Home / Discussions / C#
   

C#

 
GeneralRe: How To Separate Number ? Pin
PIEBALDconsult25-Mar-08 5:04
mvePIEBALDconsult25-Mar-08 5:04 
GeneralHelp Pin
Grim Re@p3r24-Mar-08 10:47
Grim Re@p3r24-Mar-08 10:47 
GeneralRe: Help Pin
Christian Graus24-Mar-08 10:59
protectorChristian Graus24-Mar-08 10:59 
GeneralStatusStrip does not update lable Pin
s196675m24-Mar-08 10:35
s196675m24-Mar-08 10:35 
GeneralRe: StatusStrip does not update lable Pin
CodingYoshi24-Mar-08 11:14
CodingYoshi24-Mar-08 11:14 
GeneralRe: StatusStrip does not update lable Pin
s196675m24-Mar-08 12:23
s196675m24-Mar-08 12:23 
GeneralRe: StatusStrip does not update lable Pin
CodingYoshi24-Mar-08 13:55
CodingYoshi24-Mar-08 13:55 
GeneralRe: StatusStrip does not update lable Pin
s196675m24-Mar-08 14:53
s196675m24-Mar-08 14:53 
Hi Thanks for your advice. I tried your idea. It works but it does not show all the updates instead it skips many updates. when I wrote === if ((i % 10 ) == 0) == this condition, it does not show all 10, 20 ,30 ..... etc. Sometimes it jumps from 12450 to 16240 (as an example). It looks like before updating one call, loops continue and many calls are discarded because previous one still not finish and when one updating finish, it does not attemp to update next one instead updating the current one.

I tried another idea from another poster from this thread and he suggested to use Application.DoEvents() and it works fine and shows all the updates sequentially.

Thank you for your advice.
GeneralRe: StatusStrip does not update lable Pin
Luc Pattyn24-Mar-08 13:09
sitebuilderLuc Pattyn24-Mar-08 13:09 
GeneralRe: StatusStrip does not update lable Pin
s196675m24-Mar-08 14:54
s196675m24-Mar-08 14:54 
Generalreturning an XML file Pin
CodingYoshi24-Mar-08 10:26
CodingYoshi24-Mar-08 10:26 
GeneralRe: returning an XML file Pin
pmarfleet24-Mar-08 10:37
pmarfleet24-Mar-08 10:37 
GeneralRe: returning an XML file Pin
CodingYoshi24-Mar-08 10:45
CodingYoshi24-Mar-08 10:45 
GeneralRe: returning an XML file Pin
pmarfleet24-Mar-08 11:17
pmarfleet24-Mar-08 11:17 
QuestionShould I Get Visual Studio 2008? Pin
BlitzPackage24-Mar-08 9:27
BlitzPackage24-Mar-08 9:27 
AnswerRe: Should I Get Visual Studio 2008? Pin
pmarfleet24-Mar-08 9:30
pmarfleet24-Mar-08 9:30 
GeneralRe: Should I Get Visual Studio 2008? Pin
BlitzPackage24-Mar-08 9:46
BlitzPackage24-Mar-08 9:46 
GeneralRe: Should I Get Visual Studio 2008? Pin
pmarfleet24-Mar-08 10:08
pmarfleet24-Mar-08 10:08 
GeneralRe: Should I Get Visual Studio 2008? Pin
PIEBALDconsult25-Mar-08 5:07
mvePIEBALDconsult25-Mar-08 5:07 
GeneralUsing active port to send TCP packets Pin
Julinnnnnn24-Mar-08 9:09
Julinnnnnn24-Mar-08 9:09 
GeneralCreating Class library (COM object) Pin
pnpfriend24-Mar-08 8:45
pnpfriend24-Mar-08 8:45 
GeneralRe: Creating Class library (COM object) Pin
Christian Graus24-Mar-08 11:13
protectorChristian Graus24-Mar-08 11:13 
GeneralListbox not updating when items are added from another thread. Pin
Jordanwb24-Mar-08 7:49
Jordanwb24-Mar-08 7:49 
GeneralRe: Listbox not updating when items are added from another thread. Pin
ptr2void24-Mar-08 19:21
ptr2void24-Mar-08 19:21 
GeneralRe: Listbox not updating when items are added from another thread. [modified] Pin
Jordanwb25-Mar-08 2:10
Jordanwb25-Mar-08 2:10 

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.