I’ve been banging my head against a wall for sometime on this one.
I’m trying to create a class for storing data on People with another class to store their Bank Transactions.
Ideally, this all be hidden away and leave only simple statments, declarations and functions available to the programmer. These will include:
Dim Clients As New ClientListClients.Count 'readonly integerClients.Add("S")Clients.Refresh()Clients(n).Remove()Clients(n).Transaction.Add()Clients(n).Transaction(n).Remove()
I know this is possible as these exist in the Listbox Class though can’t figure out how it’s done.
Any help would be appreciated.
Thanks in advance!
Create a
Transactionand aClientclassCreate a
ClientListclassYou can then use the client list like this