I'm using Visual C++ 2008 Express. I have a comboBox that I want to populate with the contents of a text file. Basically, the text file will be called applst.txt and will be in the same directory as the actual application. When the form is loading, I want the application to read applst.txt and...