Visual Basic.NET
-
How to write a code for histogram to display survey results? How to design a menus to change control properties? How toenchanced a messagebox features and statusbar panels? foxylady
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++