Click here to Skip to main content
15,894,720 members
Home / Discussions / C#
   

C#

 
Questionhow to send http streams in c# Pin
arusmemon11-Apr-05 23:53
arusmemon11-Apr-05 23:53 
AnswerRe: how to send http streams in c# Pin
Claudio Grazioli12-Apr-05 3:05
Claudio Grazioli12-Apr-05 3:05 
GeneralRe: Setting file attributes Pin
hooray12-Apr-05 1:10
hooray12-Apr-05 1:10 
GeneralUnsafe code on a webserver - 2bpp images Pin
Mark Otway11-Apr-05 23:39
Mark Otway11-Apr-05 23:39 
GeneralRe: Unsafe code on a webserver - 2bpp images Pin
Mark Otway12-Apr-05 20:38
Mark Otway12-Apr-05 20:38 
GeneralError in DataBinding after DataSet.Clear() Pin
Vexta11-Apr-05 21:47
Vexta11-Apr-05 21:47 
GeneralCheckbox Controls in a form Pin
Billy Whizz11-Apr-05 21:02
Billy Whizz11-Apr-05 21:02 
GeneralRe: Checkbox Controls in a form Pin
Dave Kreskowiak12-Apr-05 7:02
mveDave Kreskowiak12-Apr-05 7:02 
There is no way to alter the order in which the controls are iterated through. They come back in the order in which they were instantiated.

It sounds like your code needs to be modified so that the checkboxes update a central variable in the checkboxes own Click event handlers. The handler can update a count variable or modify a bit field as needed. Then your code doesn't have to iterate through or count anything, it was already done on-the-fly.

I'm sorry if this doesn't fit your requirements. I'm not sure why your couting anything and have even less of a clue why the order of the controls matters.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralConvert string to a string array Pin
myNameIsRon11-Apr-05 19:29
myNameIsRon11-Apr-05 19:29 
GeneralRe: Convert string to a string array Pin
Robert Rohde11-Apr-05 19:41
Robert Rohde11-Apr-05 19:41 
GeneralRe: Convert string to a string array Pin
myNameIsRon11-Apr-05 19:56
myNameIsRon11-Apr-05 19:56 
GeneralRe: Convert string to a string array Pin
techieboi12-Apr-05 5:33
techieboi12-Apr-05 5:33 
GeneralI need advice on class design Pin
tantiboh11-Apr-05 19:12
tantiboh11-Apr-05 19:12 
GeneralRe: I need advice on class design Pin
Christian Graus11-Apr-05 19:26
protectorChristian Graus11-Apr-05 19:26 
GeneralRe: I need advice on class design Pin
tantiboh11-Apr-05 19:45
tantiboh11-Apr-05 19:45 
GeneralRe: I need advice on class design Pin
Skynyrd12-Apr-05 1:18
Skynyrd12-Apr-05 1:18 
GeneralRe: I need advice on class design Pin
tantiboh12-Apr-05 6:55
tantiboh12-Apr-05 6:55 
Generaldifference between GetType() method , is operator and typeof operator Pin
RuchirD11-Apr-05 17:52
RuchirD11-Apr-05 17:52 
GeneralRe: difference between GetType() method , is operator and typeof operator Pin
S. Senthil Kumar11-Apr-05 18:41
S. Senthil Kumar11-Apr-05 18:41 
Generaldata access problem Pin
brian5511-Apr-05 17:47
brian5511-Apr-05 17:47 
GeneralRe: data access problem Pin
mhmoud rawas11-Apr-05 23:15
mhmoud rawas11-Apr-05 23:15 
GeneralCrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Load crpe32.dll failed. Pin
shail4111-Apr-05 17:02
shail4111-Apr-05 17:02 
GeneralRe: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Load crpe32.dll failed. Pin
CyberDevil6712-Apr-05 5:04
CyberDevil6712-Apr-05 5:04 
GeneralRe: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Load crpe32.dll failed. Pin
shail4112-Apr-05 16:49
shail4112-Apr-05 16:49 
GeneralInvoking Control Events in Code Pin
Thoughthopper11-Apr-05 15:35
Thoughthopper11-Apr-05 15:35 

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.