Im trying to make a sort of menu and im not sure how to do it. I want it too build the structure from a file and/or input and im not sure what kind of data structure i should save it it. I´ve been thinking about a linked list with links going in all the needed directions but im sure there are better ways than actually doing the lists myself.

Anyone have any good ideas/know where I can find em?

Hey while working in .net you dont have to re-invent the wheel (and that too of a BMW :) ). See the following name space "System.Collections.Generic". I am sure you will find an approprite data structure for your desired stuff.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.