Click here to Skip to main content
15,906,947 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sending info to command line Pin
Eric Dahlvang15-Jun-06 10:14
Eric Dahlvang15-Jun-06 10:14 
GeneralRe: Sending info to command line Pin
ddpn4215-Jun-06 10:53
ddpn4215-Jun-06 10:53 
AnswerRe: Sending info to command line [modified] Pin
Eric Dahlvang15-Jun-06 11:16
Eric Dahlvang15-Jun-06 11:16 
GeneralRe: Sending info to command line [modified] Pin
ddpn4216-Jun-06 4:31
ddpn4216-Jun-06 4:31 
QuestionCLR Integration. Pin
PrashantJ15-Jun-06 8:26
PrashantJ15-Jun-06 8:26 
AnswerRe: CLR Integration. Pin
Josh Smith15-Jun-06 8:33
Josh Smith15-Jun-06 8:33 
QuestionPanel contrrol are not removing correctly Pin
Ista15-Jun-06 7:39
Ista15-Jun-06 7:39 
AnswerRe: Panel contrrol are not removing correctly Pin
Josh Smith15-Jun-06 8:03
Josh Smith15-Jun-06 8:03 
You should do a reversed iteration over the Controls, starting with int i = pnlControls.Controls.Count - 1;. This is necessary because if you remove items from a collection as you iterate over the collection (from start to end), every time an item is removed, the other items shift their index to fill the open space. For example, when you remove item[0], item[1] moves into [0], and item[2] moves into [1], etc.

Josh
GeneralRe: Panel contrrol are not removing correctly Pin
Ista15-Jun-06 8:57
Ista15-Jun-06 8:57 
QuestionSerialPort class and opening ports Pin
Member 76109415-Jun-06 6:07
Member 76109415-Jun-06 6:07 
Questionpreventing header in xml file Pin
Yustme15-Jun-06 6:01
Yustme15-Jun-06 6:01 
AnswerRe: preventing header in xml file Pin
Dustin Metzgar15-Jun-06 6:19
Dustin Metzgar15-Jun-06 6:19 
GeneralRe: preventing header in xml file Pin
Dustin Metzgar15-Jun-06 6:34
Dustin Metzgar15-Jun-06 6:34 
GeneralRe: preventing header in xml file Pin
Yustme15-Jun-06 6:55
Yustme15-Jun-06 6:55 
GeneralRe: preventing header in xml file Pin
Dustin Metzgar15-Jun-06 6:59
Dustin Metzgar15-Jun-06 6:59 
GeneralRe: preventing header in xml file Pin
Yustme15-Jun-06 8:10
Yustme15-Jun-06 8:10 
GeneralRe: preventing header in xml file Pin
Dustin Metzgar15-Jun-06 8:28
Dustin Metzgar15-Jun-06 8:28 
GeneralRe: preventing header in xml file Pin
Yustme15-Jun-06 8:43
Yustme15-Jun-06 8:43 
GeneralRe: preventing header in xml file Pin
Dustin Metzgar15-Jun-06 8:59
Dustin Metzgar15-Jun-06 8:59 
GeneralRe: preventing header in xml file Pin
Yustme15-Jun-06 9:17
Yustme15-Jun-06 9:17 
QuestionEnumerating All computers on the Lan Pin
wasife15-Jun-06 5:40
wasife15-Jun-06 5:40 
AnswerRe: Enumerating All computers on the Lan Pin
Josh Smith15-Jun-06 5:47
Josh Smith15-Jun-06 5:47 
AnswerRe: Enumerating All computers on the Lan Pin
Alexander Wiseman15-Jun-06 6:11
Alexander Wiseman15-Jun-06 6:11 
GeneralRe: Enumerating All computers on the Lan Pin
Josh Smith15-Jun-06 7:58
Josh Smith15-Jun-06 7:58 
GeneralRe: Enumerating All computers on the Lan Pin
Alexander Wiseman15-Jun-06 8:50
Alexander Wiseman15-Jun-06 8:50 

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.