CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: aaronsaple

Search: Search took 0.01 seconds.

  1. Bank project- link accounts to different customers?

    Hi,
    I'm trying to link bank accounts to customers that are in a customerlist.
    At the moment i have a customerlist which contains the name of the customer and their id.

    it is a console...
  2. Re: Assigning a random number to an array List c#?

    thanks for the feedback - i've been told to use array list so i'm guessing i have to.

    I have an arraylist called customerList and all i want to do is give each of the customers a Random number
    ...
  3. Assigning a random number to an array List c#?

    please help, im trying to assign a random number variable which ive created called 'custID' in a Customer Class to an array list of customers called 'customerList' which is in the program.

    How can...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured