Okay, I have created a windows form in .NET 2003 (not an mfc app, just a "windows forms application (.NET)". Basically what I have is a text box where the user can enter a file name. I want to add a button they can push that will open a window and allow them to browse for the file and when they click the file name it will populate the text box. It seams simple, but I haven't found anything on it. I cannot use the CFileDialog as this is not an mfc application. I tried using the OPENFILE thing, but it said it wasn't recognized. PLEASE HELP!!! This is urgent.
Start Free Trial