Click here to Skip to main content
16,006,013 members
Home / Discussions / C#
   

C#

 
Questionhow put strings together Pin
stephan_00730-Oct-07 10:22
stephan_00730-Oct-07 10:22 
AnswerRe: how put strings together Pin
pmarfleet30-Oct-07 10:45
pmarfleet30-Oct-07 10:45 
QuestionQuestion on tree view editing with button click Pin
C# Beginner Nick30-Oct-07 10:04
C# Beginner Nick30-Oct-07 10:04 
AnswerRe: Question on tree view editing with button click Pin
pmarfleet30-Oct-07 10:51
pmarfleet30-Oct-07 10:51 
GeneralRe: Question on tree view editing with button click Pin
C# Beginner Nick30-Oct-07 11:35
C# Beginner Nick30-Oct-07 11:35 
GeneralRe: Question on tree view editing with button click Pin
pmarfleet30-Oct-07 11:43
pmarfleet30-Oct-07 11:43 
GeneralRe: Question on tree view editing with button click [modified] Pin
C# Beginner Nick30-Oct-07 11:52
C# Beginner Nick30-Oct-07 11:52 
GeneralRe: Question on tree view editing with button click Pin
pmarfleet30-Oct-07 12:05
pmarfleet30-Oct-07 12:05 
The image didn't really help. And, in your original post, you were talking about programming languages. Now you're talking about games. I'm having some difficulty following your train of thought...

However, as I understand it, the tree content should change for each different game that can be selected. You therefore need to persist the tree definition for each game somewhere so that it can be loaded dynamically depending on the user's selection. You could use XML files as I had previously suggested, or you could store the XML in a database. You then would need to write a routine to traverse an XML document and dynamically populate the treeview with nodes that follow the same structure.

Paul Marfleet

GeneralRe: Question on tree view editing with button click Pin
C# Beginner Nick30-Oct-07 12:08
C# Beginner Nick30-Oct-07 12:08 
GeneralRe: Question on tree view editing with button click Pin
C# Beginner Nick30-Oct-07 12:17
C# Beginner Nick30-Oct-07 12:17 
GeneralRe: Question on tree view editing with button click Pin
pmarfleet30-Oct-07 12:27
pmarfleet30-Oct-07 12:27 
GeneralDynamically Update ListBox Item Pin
Brady Kelly30-Oct-07 7:54
Brady Kelly30-Oct-07 7:54 
GeneralRe: Dynamically Update ListBox Item Pin
Luc Pattyn30-Oct-07 8:14
sitebuilderLuc Pattyn30-Oct-07 8:14 
GeneralRe: Dynamically Update ListBox Item Pin
Brady Kelly30-Oct-07 10:40
Brady Kelly30-Oct-07 10:40 
GeneralRe: Dynamically Update ListBox Item Pin
Luc Pattyn30-Oct-07 12:07
sitebuilderLuc Pattyn30-Oct-07 12:07 
GeneralRe: Dynamically Update ListBox Item Pin
Brady Kelly30-Oct-07 12:13
Brady Kelly30-Oct-07 12:13 
QuestionDraw functions don't work Pin
Manfr3d30-Oct-07 6:58
Manfr3d30-Oct-07 6:58 
AnswerRe: Draw functions don't work Pin
Ennis Ray Lynch, Jr.30-Oct-07 7:24
Ennis Ray Lynch, Jr.30-Oct-07 7:24 
GeneralRe: Draw functions don't work Pin
Manfr3d30-Oct-07 7:39
Manfr3d30-Oct-07 7:39 
GeneralRe: Draw functions don't work Pin
Ennis Ray Lynch, Jr.30-Oct-07 8:20
Ennis Ray Lynch, Jr.30-Oct-07 8:20 
GeneralRe: Draw functions don't work Pin
Manfr3d30-Oct-07 8:42
Manfr3d30-Oct-07 8:42 
GeneralRe: Draw functions don't work Pin
Manfr3d30-Oct-07 11:18
Manfr3d30-Oct-07 11:18 
QuestionReading dbf, tables not completely filled Pin
JoZ CaVaLLo30-Oct-07 6:43
JoZ CaVaLLo30-Oct-07 6:43 
AnswerRe: Reading dbf, tables not completely filled Pin
snorkie30-Oct-07 7:16
professionalsnorkie30-Oct-07 7:16 
GeneralRe: Reading dbf, tables not completely filled Pin
JoZ CaVaLLo30-Oct-07 23:36
JoZ CaVaLLo30-Oct-07 23:36 

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.