Click here to Skip to main content
15,887,464 members
Home / Discussions / C#
   

C#

 
Generalcaret position in a being edited Node Pin
TyronX1-Dec-04 10:03
TyronX1-Dec-04 10:03 
GeneralRe: caret position in a being edited Node Pin
Dave Kreskowiak1-Dec-04 10:55
mveDave Kreskowiak1-Dec-04 10:55 
GeneralRe: caret position in a being edited Node Pin
TyronX1-Dec-04 11:03
TyronX1-Dec-04 11:03 
GeneralRe: caret position in a being edited Node Pin
TyronX2-Dec-04 7:54
TyronX2-Dec-04 7:54 
GeneralWindowsPrincipal in non-AD environment Pin
Mike Hodnick1-Dec-04 8:21
Mike Hodnick1-Dec-04 8:21 
Questionhow to rewrite xml file Pin
IvyLee1-Dec-04 8:15
IvyLee1-Dec-04 8:15 
AnswerRe: how to rewrite xml file Pin
Christian Graus1-Dec-04 9:49
protectorChristian Graus1-Dec-04 9:49 
GeneralDynamically naming tabs Pin
thepersonof1-Dec-04 7:49
thepersonof1-Dec-04 7:49 
Hi I'm trying to add tabs so that each one has a name like this:
tabPage 1
tabPage 2
etc

but if many tabs are opened and closed I don't want the number to go high.

This is what I've got so far:

int i = 0;
string index = "tabPage" + Convert.ToString(i);
if (mainTabs.TabPages.Contains(mainTabs.TabPages[index]))
{
string index2 = "tabPage" + Convert.ToString(i + 1);
mainTabs.TabPages.Add(index2);
}

Thanks for your help
GeneralRe: Dynamically naming tabs Pin
RB@Emphasys1-Dec-04 9:23
RB@Emphasys1-Dec-04 9:23 
Generalcreating a list view like windows explorer view Pin
iffi9921-Dec-04 7:15
iffi9921-Dec-04 7:15 
GeneralRegex / String formatting question Pin
julian_l1-Dec-04 7:05
julian_l1-Dec-04 7:05 
GeneralRe: Regex / String formatting question Pin
Anonymous1-Dec-04 10:10
Anonymous1-Dec-04 10:10 
GeneralRe: Regex / String formatting question Pin
julian_l2-Dec-04 6:17
julian_l2-Dec-04 6:17 
GeneralRe: Regex / String formatting question Pin
Bitwise Gamgee1-Dec-04 11:53
Bitwise Gamgee1-Dec-04 11:53 
GeneralRe: Regex / String formatting question Pin
julian_l2-Dec-04 5:57
julian_l2-Dec-04 5:57 
Generalforeign key Pin
Mauricio Ritter1-Dec-04 4:20
Mauricio Ritter1-Dec-04 4:20 
GeneralRe: foreign key Pin
Heath Stewart1-Dec-04 13:30
protectorHeath Stewart1-Dec-04 13:30 
GeneralRe: video capture Pin
Hugo Migneron1-Dec-04 4:07
Hugo Migneron1-Dec-04 4:07 
GeneralRe: video capture Pin
Mridang Agarwalla2-Dec-04 2:26
Mridang Agarwalla2-Dec-04 2:26 
GeneralRe: video capture Pin
Hugo Migneron2-Dec-04 3:47
Hugo Migneron2-Dec-04 3:47 
General.Net Remoting Pin
Bjoern.adG1-Dec-04 3:39
Bjoern.adG1-Dec-04 3:39 
GeneralRe: .Net Remoting Pin
Judah Gabriel Himango1-Dec-04 4:45
sponsorJudah Gabriel Himango1-Dec-04 4:45 
Questionbad word filter, stemming, stopword, Windows System? Pin
god4k1-Dec-04 2:25
god4k1-Dec-04 2:25 
AnswerRe: bad word filter, stemming, stopword, Windows System? Pin
Dave Kreskowiak1-Dec-04 4:31
mveDave Kreskowiak1-Dec-04 4:31 
GeneralCode Analyser Tool Pin
Renjithvr1-Dec-04 2:14
Renjithvr1-Dec-04 2:14 

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.