Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
GeneralRe: Treeview basic question Pin
TylerBrinks19-Jan-09 13:21
TylerBrinks19-Jan-09 13:21 
AnswerRe: Treeview basic question Pin
dan!sh 19-Jan-09 14:37
professional dan!sh 19-Jan-09 14:37 
AnswerRe: Treeview basic question Pin
Mohammad Dayyan19-Jan-09 17:45
Mohammad Dayyan19-Jan-09 17:45 
QuestionMy dynamic table will not display... Pin
Chip Long19-Jan-09 11:30
Chip Long19-Jan-09 11:30 
AnswerRe: My dynamic table will not display... Pin
TylerBrinks19-Jan-09 13:01
TylerBrinks19-Jan-09 13:01 
GeneralRe: My dynamic table will not display... Pin
Chip Long19-Jan-09 13:13
Chip Long19-Jan-09 13:13 
AnswerRe: My dynamic table will not display... Pin
Chip Long20-Jan-09 9:51
Chip Long20-Jan-09 9:51 
QuestionLogic/Syntax for shifting all items in List<string> by +1 place</string> Pin
Abydosgater19-Jan-09 11:02
Abydosgater19-Jan-09 11:02 
Hi, Ive been trying to figure out how to go about doing this for a few hours, Was wondering if someone could offer some advice.

What i have is "List<string> Files = new .." containing a number of file paths in order of last opened. The list is LIMITED to only holding 10 items.

When a new file is opened, i want to shift all of the items in the list by +1 place.

So Files[1] goes to Files[2] ... and Files[2] goes to Files[3]
and so on.

So then i can keep adding new files, they will go to Files[1] and all of the others move up a position.

Anyone any advice? If what i said even makes the slightest of sense?
Thanks for reading my confusing stuff Poke tongue | ;-P
AnswerRe: Logic/Syntax for shifting all items in List by +1 place Pin
Pete O'Hanlon19-Jan-09 11:08
mvePete O'Hanlon19-Jan-09 11:08 
AnswerRe: Logic/Syntax for shifting all items in List by +1 place Pin
DaveyM6919-Jan-09 11:24
professionalDaveyM6919-Jan-09 11:24 
AnswerRe: Logic/Syntax for shifting all items in List by +1 place Pin
User 665819-Jan-09 11:37
User 665819-Jan-09 11:37 
AnswerRe: Logic/Syntax for shifting all items in List by +1 place Pin
Luc Pattyn19-Jan-09 12:08
sitebuilderLuc Pattyn19-Jan-09 12:08 
AnswerRe: Logic/Syntax for shifting all items in List by +1 place Pin
Mark Churchill19-Jan-09 13:07
Mark Churchill19-Jan-09 13:07 
QuestionThreads / Class / Array Pin
Planker19-Jan-09 9:51
Planker19-Jan-09 9:51 
AnswerRe: Threads / Class / Array Pin
SeMartens19-Jan-09 21:27
SeMartens19-Jan-09 21:27 
QuestionHow create professional docu? Pin
Frygreen19-Jan-09 8:49
Frygreen19-Jan-09 8:49 
AnswerRe: How create professional docu? Pin
Eddy Vluggen19-Jan-09 9:07
professionalEddy Vluggen19-Jan-09 9:07 
AnswerRe: How create professional docu? Pin
Colin Angus Mackay19-Jan-09 10:27
Colin Angus Mackay19-Jan-09 10:27 
AnswerRe: How create professional docu? Pin
Not Active19-Jan-09 10:33
mentorNot Active19-Jan-09 10:33 
AnswerRe: How create professional docu? Pin
Frygreen20-Jan-09 8:05
Frygreen20-Jan-09 8:05 
Questionread byte[] from file, save byte[] in new file, different size Pin
arturw8219-Jan-09 8:22
arturw8219-Jan-09 8:22 
AnswerRe: read byte[] from file, save byte[] in new file, different size Pin
Jimmanuel19-Jan-09 9:46
Jimmanuel19-Jan-09 9:46 
GeneralRe: read byte[] from file, save byte[] in new file, different size Pin
arturw8219-Jan-09 10:01
arturw8219-Jan-09 10:01 
GeneralRe: read byte[] from file, save byte[] in new file, different size Pin
Jimmanuel19-Jan-09 10:25
Jimmanuel19-Jan-09 10:25 
GeneralRe: read byte[] from file, save byte[] in new file, different size Pin
arturw8220-Jan-09 6:23
arturw8220-Jan-09 6:23 

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.