ddanbe
Industrious Poster
4,304 posts since Oct 2008
Reputation Points: 2,126
Solved Threads: 725
Skill Endorsements: 26
@yayaza: why handle it privately?
This is not really the purpose of this site, I believe.
My guess is that Lusipur is a very good coder and is able to help you out.
But there are others here too, to help you.
Don't be affraid to show us your code.
ddanbe
Industrious Poster
4,304 posts since Oct 2008
Reputation Points: 2,126
Solved Threads: 725
Skill Endorsements: 26
Now we are getting somewhere!
If you show some effort, we are (if we have time) willing to show some effort too!
A question about your user interface design ( I hate the word GUI :@ ) you have 10 textboxes for 10 student ID's. What if you have more students?
ddanbe
Industrious Poster
4,304 posts since Oct 2008
Reputation Points: 2,126
Solved Threads: 725
Skill Endorsements: 26
To design a user interface is the "easy" part, if you see what VS can offer you for that matter.
But that is not the point.
Have you read the suggestion of Lusiphur about pseudocode??
Take a paper and a pencil!
Ask yourself, amongst other things, this:
1> I want to input some data about a student.
2> I want to save this data.
3> I want to process the data in some way.
Now try to work that out for yourself and perhaps throw away your nicely designed UI?
And really, you don't wanna know how many designs I threw away in the past...
ddanbe
Industrious Poster
4,304 posts since Oct 2008
Reputation Points: 2,126
Solved Threads: 725
Skill Endorsements: 26
You mean after 15 days you still have not figured out how to write this program? The easiest way to display all the data for an (nearly) unlimited number of modules is to use a grid control which is something like a spreadsheet. Here is a free one that's written in C# language.
And reading/writing to text files is not all that complicated -- it ain't rocket science. Here is a short tutorial that might get you started.
Ancient Dragon
Achieved Level 70
32,157 posts since Aug 2005
Reputation Points: 5,836
Solved Threads: 2,577
Skill Endorsements: 69