M
Mike
I'm creating a file compare app,(I know about windif) but i'm creating my
own, to add my own features.
I have several questions I'm stuck with to finish up my app.
1. I have a message box that is displayed with a OK and Cancel buttons. If
the user clicks OK I want to open the 2 different files. How can I determine
if the user clicks OK?
2. If OK is clicked I want to open both files the user is comparing and
display the contents of the file. How can I open the files to read? the
files will open in notepad of course.
I know theres windif, and other file compare tools, but i'm creating my own
to get a better understanding of what C# can do, and since we have a in
house source code managment tool, it has no file compare feature to it.
own, to add my own features.
I have several questions I'm stuck with to finish up my app.
1. I have a message box that is displayed with a OK and Cancel buttons. If
the user clicks OK I want to open the 2 different files. How can I determine
if the user clicks OK?
2. If OK is clicked I want to open both files the user is comparing and
display the contents of the file. How can I open the files to read? the
files will open in notepad of course.
I know theres windif, and other file compare tools, but i'm creating my own
to get a better understanding of what C# can do, and since we have a in
house source code managment tool, it has no file compare feature to it.