Results 1 to 3 of 3

Thread: Control Array

  1. #1

    Thread Starter
    Hyperactive Member nazeem_khan's Avatar
    Join Date
    Nov 2002
    Location
    India
    Posts
    305

    Control Array

    I am designing a calculator where the buttons needs to be a control array like in vb 6.0. Is it possible to do in vb.net???

    thanks in advance

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Just add them to an array manually.

    VB Code:
    1. Dim Buttons() As Button={Button1,Button2,Button3}

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Edneeis always first.
    check this out maybe give you further knowledge
    http://www.codeproject.com/useritems...ays_in_NET.asp

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