i have used microsofts own code and all they did was confuse me and cause errors, have to restart now... can somone tell me how to open a file without a dialog box by clicking a button?
Within your button click handler you can use the standard ifstream or if you want the .NET equivalent. The dialog box is only for getting the file name.
There's only two parts to this, opening a file and handling a callback. You've been given code for both. If you still have problems, maybe you're not asking the right question.
my question is why wont the program i made save the file to the correct location.
and how do i fix thyis, ive done everything you guys have suggested and it just give me errors.