Search results for query: *

  1. J

    VB.Net 2003 - How do you declare a structure inside a class?

    Thanks jmcilhinney for the reply. Do you think this can work if I make a private structure and then create an array(100) of the structure type and then use methods (deposit, withdrawal, cheque) to fill the transactions into the array (all inside the class)? Does that sound like a good approach...
  2. J

    VB.Net 2003 - How do you declare a structure inside a class?

    Hello, I am new to VB.Net programming and I am stuck on an assignment that my instructor just gave to me. I was hoping that someone could give me some pointers on how to solve the following. I must use VB.Net 2003. Here is how the user interface works: - you can enter a deposit or withdrawal...
Back
Top