CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2001
    Location
    Toronto, Ontario
    Posts
    2

    Right Click on Array

    I have created a two dimensional array of labels. Depending on the row of the array the data contained differs in context. I want to create a right click menu that will "see" the index value of the label I have selected. From there I can determine what to do.

    ------------------------------------
    Braden Pintar

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Two dimensional array of labels

    >a two dimensional array of labels
    How did you create it?

    Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris, Dr_Micahel
    and all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

    The Rater
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  3. #3
    Join Date
    Oct 2001
    Location
    Netherlands
    Posts
    16

    Re: Two dimensional array of labels

    I'm also very interested in how you reated a two dimensional array of controls


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

Featured