Click here to Skip to main content
15,905,686 members
Home / Discussions / C#
   

C#

 
GeneralAVI Audio Compression Pin
Member 23318841-Dec-04 16:26
Member 23318841-Dec-04 16:26 
GeneralDataGrid accepts keypress event Pin
Rebecca Gao1-Dec-04 15:37
Rebecca Gao1-Dec-04 15:37 
GeneralRe: DataGrid accepts keypress event Pin
Daniel Turini1-Dec-04 20:19
Daniel Turini1-Dec-04 20:19 
GeneralRe: DataGrid accepts keypress event Pin
Rebecca Gao1-Dec-04 23:59
Rebecca Gao1-Dec-04 23:59 
Generalsuspending layout, useragents, and creating shortcuts... Pin
dkarlton1-Dec-04 15:31
dkarlton1-Dec-04 15:31 
QuestionHow to install ISAM Pin
Anonymous1-Dec-04 15:00
Anonymous1-Dec-04 15:00 
AnswerRe: How to install ISAM Pin
Dave Kreskowiak2-Dec-04 1:34
mveDave Kreskowiak2-Dec-04 1:34 
GeneralRounding off decimals Pin
Anonymous1-Dec-04 11:45
Anonymous1-Dec-04 11:45 
GeneralRe: Rounding off decimals Pin
Christian Graus1-Dec-04 12:37
protectorChristian Graus1-Dec-04 12:37 
GeneralRe: Rounding off decimals Pin
User 103263711-Dec-04 12:55
User 103263711-Dec-04 12:55 
Generalshadows please help Pin
aquahawk1-Dec-04 10:53
aquahawk1-Dec-04 10:53 
GeneralHtml Editor and Mail Program Pin
Dirso1-Dec-04 10:15
Dirso1-Dec-04 10:15 
GeneralRe: Html Editor and Mail Program Pin
cobyjone1-Dec-04 14:01
cobyjone1-Dec-04 14:01 
GeneralRe: Html Editor and Mail Program Pin
Dirso6-Dec-04 23:35
Dirso6-Dec-04 23:35 
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 

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.