Click here to Skip to main content
16,003,611 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Dynamically naming tabs Pin
RB@Emphasys1-Dec-04 9:23
RB@Emphasys1-Dec-04 9:23 
So i take it you're adding and removing tabs from the tab control, and you want to reuse numbers that have been removed up until the point of adding a new one? Is this correct? If so, couldn't you do something really simple, like create a collection (I.E. arraylist or something a little less intensive), and add numbers to it as they become available. Then remove them when you reuse them. So, you would just have a removetabpage function that would store the number of the tabpage you're removing, say 55, in an arraylist. When you created a new page, you could simply get the first number in the "discarded number" arraylist, assuming there is one, and remove it from the "discarded number" list. I'm sure someone else will have some answer thats a little more efficient, but I think this would work as a simple solution.
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 

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.