marksquall
Active member
- Joined
- Oct 17, 2009
- Messages
- 28
- Programming Experience
- 3-5
Dear members and administrators,
Hello guys. I hope you're all in good condition.
I have this little game program that has a high-score form that will display high score (top 5) coming from my Access file.
The result will be passed to a DataSet object named dsHighScore.
But I wonder, how would I create Label object/s programmatically? Because there are no guarantee that I will get top 5 high scores (what if there is only one player, and he played the game just once,so eventually if he loads the High Score Form, he is the only top high score player, right?). So if I only have three high scores extracted from the DataSet object, I will have only three Label in the form, that makes sense, I hope.
I hope someone could help me on this. Thank you.
Warm regards,
Mark Squall
Hello guys. I hope you're all in good condition.
I have this little game program that has a high-score form that will display high score (top 5) coming from my Access file.
The result will be passed to a DataSet object named dsHighScore.
But I wonder, how would I create Label object/s programmatically? Because there are no guarantee that I will get top 5 high scores (what if there is only one player, and he played the game just once,so eventually if he loads the High Score Form, he is the only top high score player, right?). So if I only have three high scores extracted from the DataSet object, I will have only three Label in the form, that makes sense, I hope.
I hope someone could help me on this. Thank you.
Warm regards,
Mark Squall