W
William Cruz
Ok, here is my situation. I have created a class called “Calculations”
in the main form of my project, I declare this class as “Dim Calcs as
New Calculations” and everything is fine and dandy, but In this same
project I have another form where I also have to access the same class.
So I do the same declaration to access the same class “Dim Calcs as New
Calculations” For some reason other than I’m a rookie programmer
wana-be, the values that I set while in a form other than the main form
do not stay permanent, in other words, as soon as I exit that form, the
value goes back to “0”. Can anyone help me on this one? Thanks
William Cruz
in the main form of my project, I declare this class as “Dim Calcs as
New Calculations” and everything is fine and dandy, but In this same
project I have another form where I also have to access the same class.
So I do the same declaration to access the same class “Dim Calcs as New
Calculations” For some reason other than I’m a rookie programmer
wana-be, the values that I set while in a form other than the main form
do not stay permanent, in other words, as soon as I exit that form, the
value goes back to “0”. Can anyone help me on this one? Thanks
William Cruz
and yes, get a good book on OOP.