This is a loaded question, but here goes. I know how to program c# to tell it to open a file. But I want is a little more specific. Suppose I created a program so that when the user clicks on open in a file menu, the program will proceed to open a file, but this file is a form that has buttons, textboxes etc, which can be manipulated. What I am trying to do is the following. I want to create a marks program. The teacher clicks on a class to open. Upon opening the desired class, the teacher has a series of choices of what to do, for example, adding
new students, deleting students updating marks etc.
How would I undergo such a process??
Thank you.
new students, deleting students updating marks etc.
How would I undergo such a process??
Thank you.
Comment