TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
david walton
NA
1
1.7k
database to treenodes?
Aug 26 2010 5:37 AM
Ok here is what i need help with.
I'm making a game menu in vb.net 2008 but i'm using a database to do the menus.
the tables are as follows
database name is g_menu_objects
table name is game_menus
Entryid | Menuid | Menunode | Dis | data1 | data2 |
1232 | 1 | 1 | 3 | main | text |
1233 | 1 | 2 | 3 | help | text |
1234 | 1 | 2 | 3 | start | text |
1235 | 1 | 2 | 3 | end | text |
1235 | 1 | 1 | 3 | tools | text |
1235 | 1 | 2 | 3 | Vsettings | text |
1235 | 1 | 2 | 3 | Asettings | text |
menu id is so i can have more than 1 menu.
If the menunode is 1 its a root node if its a 2 its a child node of the last root node
and create a treeview of these menus, it would look like this.
+main
-help
-start
-end
+tools
-Vsettings
-Asettings
but i cant seem to figure out how to pull these values out and make it generate the treeview nodes
can some one help me out?
im very new to vb.net 2008
and cant seem to find out how to do this
Reply
Answers (
0
)
Send/receive data to Serial Port in binary mode
Concatenation