Click here to Skip to main content
16,007,472 members
Home / Discussions / C#
   

C#

 
AnswerRe: Run EXE File Pin
Dave Kreskowiak20-Feb-06 7:17
mveDave Kreskowiak20-Feb-06 7:17 
GeneralRe: Run EXE File Pin
albCode20-Feb-06 7:33
albCode20-Feb-06 7:33 
GeneralRe: Run EXE File Pin
Alvaro Mendez20-Feb-06 8:21
Alvaro Mendez20-Feb-06 8:21 
GeneralRe: Run EXE File Pin
Dave Kreskowiak20-Feb-06 8:54
mveDave Kreskowiak20-Feb-06 8:54 
GeneralRe: Run EXE File Pin
Judah Gabriel Himango20-Feb-06 8:59
sponsorJudah Gabriel Himango20-Feb-06 8:59 
GeneralRe: Run EXE File Pin
Dave Kreskowiak20-Feb-06 9:49
mveDave Kreskowiak20-Feb-06 9:49 
QuestionCondensing Constructer Code... Pin
#coder0520-Feb-06 6:43
#coder0520-Feb-06 6:43 
AnswerRe: Condensing Constructer Code... Pin
BlackDice20-Feb-06 7:28
BlackDice20-Feb-06 7:28 
couldn't you do something like (just pseudocode)

int i = 1;
foreach(control in this.controls)
{
    if(ctl.GetType() == "textbox")
    {
        //do everything else
        ctl.Name = "cell"+i.ToString();
        ctl.TabIndex = i;
        i++;
    }
}


BugReporter[^]

BlackDice
AnswerRe: Condensing Constructer Code... Pin
S. Senthil Kumar20-Feb-06 7:55
S. Senthil Kumar20-Feb-06 7:55 
GeneralRe: Condensing Constructer Code... Pin
#coder0521-Feb-06 11:52
#coder0521-Feb-06 11:52 
QuestionVideo Player codec, whats next? Pin
ChevyVanDude20-Feb-06 6:29
ChevyVanDude20-Feb-06 6:29 
QuestionMoron of the day award... Pin
Ravi Bhavnani20-Feb-06 6:09
professionalRavi Bhavnani20-Feb-06 6:09 
AnswerSolution Pin
Ravi Bhavnani20-Feb-06 6:22
professionalRavi Bhavnani20-Feb-06 6:22 
AnswerRe: Moron of the day award... Pin
malharone20-Feb-06 6:23
malharone20-Feb-06 6:23 
GeneralRe: Moron of the day award... Pin
Ravi Bhavnani20-Feb-06 6:29
professionalRavi Bhavnani20-Feb-06 6:29 
AnswerRe: Moron of the day award... Pin
leppie20-Feb-06 10:53
leppie20-Feb-06 10:53 
QuestionWeb service Pin
magnifique20-Feb-06 5:45
magnifique20-Feb-06 5:45 
QuestionNameValueCollection or HashTable Pin
student_rhr20-Feb-06 5:34
student_rhr20-Feb-06 5:34 
GeneralRe: NameValueCollection or HashTable Pin
Guffa20-Feb-06 7:04
Guffa20-Feb-06 7:04 
AnswerRe: NameValueCollection or HashTable Pin
NatLang20-Feb-06 9:12
NatLang20-Feb-06 9:12 
AnswerRe: NameValueCollection or HashTable Pin
leppie20-Feb-06 10:57
leppie20-Feb-06 10:57 
QuestionDesign Strategy Question Pin
gantww20-Feb-06 5:28
gantww20-Feb-06 5:28 
AnswerRe: Design Strategy Question Pin
Alvaro Mendez20-Feb-06 6:34
Alvaro Mendez20-Feb-06 6:34 
GeneralRe: Design Strategy Question Pin
gantww20-Feb-06 7:35
gantww20-Feb-06 7:35 
GeneralRe: Design Strategy Question Pin
Alvaro Mendez20-Feb-06 8:06
Alvaro Mendez20-Feb-06 8:06 

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.