Hi all
Building a score board for a board game with 1 to 4 players.
Its coming along nicely but not looking quite professional enough.
I have labels, 1 to 4 and i can change these to the players name via dialogue input
But with help I recon i can make it better.
What i would like.
Player one inputs their name.
this then gets saved to a text file. Which can be amended by numerouse other players entering their name.
the text file saves all these names.
then either a Listbox or ComboBox can read the text file and populate the feilds with the various names so when a player selects their name it changes label1 to their name.
Completely stuck on how to read from string\table to populate a listbox or combobox
Stuck on how to make a list of names that are on each line. All I am getting when I populate a listbox is one long line of four names. Not what I want.
Can somebody give me a pointer or two to help me along please.
ta..
Building a score board for a board game with 1 to 4 players.
Its coming along nicely but not looking quite professional enough.
I have labels, 1 to 4 and i can change these to the players name via dialogue input
But with help I recon i can make it better.
What i would like.
Player one inputs their name.
this then gets saved to a text file. Which can be amended by numerouse other players entering their name.
the text file saves all these names.
then either a Listbox or ComboBox can read the text file and populate the feilds with the various names so when a player selects their name it changes label1 to their name.
Completely stuck on how to read from string\table to populate a listbox or combobox
Stuck on how to make a list of names that are on each line. All I am getting when I populate a listbox is one long line of four names. Not what I want.
Can somebody give me a pointer or two to help me along please.
ta..
Comment