Click here to Skip to main content
15,881,730 members
Home / Discussions / C#
   

C#

 
AnswerRe: Active directory Question Pin
Leonscape10-Jun-09 11:29
Leonscape10-Jun-09 11:29 
AnswerRe: Active directory Question Pin
saurabh sahay10-Jun-09 12:12
saurabh sahay10-Jun-09 12:12 
GeneralRe: Active directory Question Pin
Dave Kreskowiak10-Jun-09 17:14
mveDave Kreskowiak10-Jun-09 17:14 
QuestionType declaration ? Pin
daveyerwin10-Jun-09 9:55
daveyerwin10-Jun-09 9:55 
AnswerRe: Type declaration ? Pin
0x3c010-Jun-09 10:12
0x3c010-Jun-09 10:12 
AnswerRe: Type declaration ? Pin
Leonscape10-Jun-09 11:20
Leonscape10-Jun-09 11:20 
AnswerRe: Type declaration ? Pin
Luc Pattyn10-Jun-09 11:20
sitebuilderLuc Pattyn10-Jun-09 11:20 
QuestionC# need some direction Pin
marksmit10-Jun-09 8:48
marksmit10-Jun-09 8:48 
Hi All,

I'm pretty new here so excuse my ignorance Wink | ;)

I've just started learning C# and come from a long history of C/C++/PowerBASIC/Assembly, 20 years total.


To learn C# I decided to jump in with both feet and recreate some past projects for fun. So here is what I want to do and where I am getting stuck.

I have a Layout which consists of Tracks, each Track contains Layers. Think of this like an multi-track audio application and Photoshop combined.

Each Track in a Layout should have a unique Name. Every Layer in a Track should also have a unique Name. This sounds to me like I need to use a Dictionary collection. I also need to iterate over these Tracks and Layers in order to draw them IN the correct order. The order should be user defined and should allow for user re-ordering (MoveUp MoveDown type of thing).

So I'm left thinking I need a Dictionary + Sorted Array by Order collection?

I'm sure this can be done but as I said I'm quite new to C#/.NET and would like some direction.

Thanks!
AnswerRe: C# need some direction Pin
Henry Minute10-Jun-09 8:58
Henry Minute10-Jun-09 8:58 
AnswerRe: C# need some direction Pin
Christian Graus10-Jun-09 9:04
protectorChristian Graus10-Jun-09 9:04 
AnswerRe: C# need some direction Pin
sgenie6810-Jun-09 17:16
sgenie6810-Jun-09 17:16 
GeneralThanks guys! Pin
marksmit11-Jun-09 4:53
marksmit11-Jun-09 4:53 
QuestionThoroughly confused now :) Pin
marksmit11-Jun-09 5:49
marksmit11-Jun-09 5:49 
Question[Message Deleted] Pin
hkjghkj110-Jun-09 8:28
hkjghkj110-Jun-09 8:28 
AnswerRe: parallel sounds Pin
Christian Graus10-Jun-09 8:44
protectorChristian Graus10-Jun-09 8:44 
Questionif statement troubles Pin
partialdata10-Jun-09 6:54
partialdata10-Jun-09 6:54 
GeneralRe: if statement troubles Pin
harold aptroot10-Jun-09 7:14
harold aptroot10-Jun-09 7:14 
GeneralRe: if statement troubles Pin
partialdata10-Jun-09 8:04
partialdata10-Jun-09 8:04 
AnswerRe: if statement troubles Pin
Luc Pattyn10-Jun-09 7:25
sitebuilderLuc Pattyn10-Jun-09 7:25 
GeneralRe: if statement troubles Pin
partialdata10-Jun-09 8:17
partialdata10-Jun-09 8:17 
GeneralRe: if statement troubles Pin
Luc Pattyn10-Jun-09 8:28
sitebuilderLuc Pattyn10-Jun-09 8:28 
GeneralRe: if statement troubles Pin
partialdata10-Jun-09 8:48
partialdata10-Jun-09 8:48 
Questiondeserialization of object and then populating form Pin
ThorTheBraveGod10-Jun-09 6:13
ThorTheBraveGod10-Jun-09 6:13 
AnswerRe: deserialization of object and then populating form Pin
Ennis Ray Lynch, Jr.10-Jun-09 6:31
Ennis Ray Lynch, Jr.10-Jun-09 6:31 
AnswerRe: deserialization of object and then populating form Pin
Henry Minute10-Jun-09 6:35
Henry Minute10-Jun-09 6:35 

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.