I was wondering if there was a way to get the selected item of your save listbox to show up in the textbox.
I saw that there was an old post (2005) related to this, but I can't seem to change that over to the new version of AGS.
www.adventuregamestudio.co.uk/yabb/index.php?topic=21535.0
Thanks in advance
txtTextboxName.Text = lstSaveGamesList.Items[lstSaveGamesList.SelectedIndex];
Thank-you very much!!!
It worked great...and I thought I had tried every
imiginable combination.... ;D