954,529 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Need help with final CS school project for year

So I started to work on my last Computer Science project for the school year, a maths tutorial application. I'm a bit stuck with displaying a form to explain a mathematical concept. I decided to make a dynamic form on run-time for each grade which then contains all the available modules for that specific grade. Then I wanted the user to select a module and click a button which will create another dynamic form containing the explanations.

But then reality struck me and I realized it isn't as easy as it seems... I somehow need to be able to dynamically load the correct unit for the mathematical concept. Is there a way I can achieve this, or does anyone have an easier solution?

Any help will be greatly appreciated

ChaosKnight11
Light Poster
32 posts since Jul 2010
Reputation Points: 10
Solved Threads: 1
 

Not sure exactly how you want to solve this, but the use of custom classes or frames (TFrame, if you also need a different interface per unit) is an option.

pritaeas
Posting Expert
Moderator
5,480 posts since Jul 2006
Reputation Points: 653
Solved Threads: 874
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: