foxylady wrote:
How to write a code for histogram to display survey results?
One line at a time.... Seriously, a histogram just reports the spread of data, so I assume you just iterate over the data and store what you need to generate the histogram.
foxylady wrote:
How to design a menus to change control properties?
Add menu items, attach event handlers and write the code to change the properties.
foxylady wrote:
How toenchanced a messagebox features and statusbar panels?
You need to write your own message box class. Not sure how flexible the status bar panels are. Christian Graus - Microsoft MVP - C++
wow ehhmm, i really don't know, but now you say it, maybe !! but 1) the question is really not clear, and 2) it is not the good forum for that, so i was far from thinking to STL algorithm... :sigh:
What report card?!? As for the access, look at some ADO.NET tutorials... Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!