Hi again everyone. Day ## on a project that has to do with using MDI. The program has multiple forms. The first is a form that keeps track of a list of investments. The second form is the "add" page (form). Now, to pass variables from the "ADD INVESTMENTS" form back to the investment list form, is the best way to do it to declare GLOBAL VARIABLES i.e.
Public StockPrice as Long?

I'd like to store this stuff first in a file, but for testing purposes want to keep it in variables.


Now, once all the information is stored, i want to then put it in an array, for MSCHARTing purposes. I store the above in LISTBoxes and then chart by using arrays.

So in this next question, how do I choose the type of chart i want to display? Does this site have info on MSChart?

Thanks guys. I must say this forum kicks MS/Forum and anything else out there!