Results 1 to 2 of 2

Thread: Advanced Control Arrays

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Advanced Control Arrays

    I have built upon Taxes's control array tutorial here, so thanks to him for the inspiration.

    This example creates an array of 10 textboxes, all of which respond to their TextChanged event.

    As taxes mentioned, it is common for VB6 veterans to curse .net's alleged lack of control arrays. When you think about it though, it was VB6 that didn't have proper control arrays!!! :controversial:

    Anyway, the code has been commented in an appropriate fashion, the relevant parts are sandwiched between these:

    VB Code:
    1. '################
    2. '################
    3. '################

    Any questions, PM me.

    Cheers.
    Attached Files Attached Files
    I don't live here any more.

  2. #2
    PowerPoster
    Join Date
    Dec 2003
    Location
    Bristol, England (but heart is in Virginia)
    Posts
    2,963

    Re: Advanced Control Arrays

    Hi,

    Noted. I should have pasted the complete code. I have now amended it for the sake of completeness.
    Taxes
    The more I learn about VB.NET the more I like dBaseIII Plus

    The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width