Is there a way to load what is saved in .dat files in a specified directory?
I have it so the user has a log in form and when they enter a user name and click log in it saves that user name in a .dat file and the .dat file is also named by the user name they entered.
So I need a way for the ComboBox to see all the .dat files in a certain directory and then take the text in each one and put it in the ComboBox
I have it so the user has a log in form and when they enter a user name and click log in it saves that user name in a .dat file and the .dat file is also named by the user name they entered.
So I need a way for the ComboBox to see all the .dat files in a certain directory and then take the text in each one and put it in the ComboBox