Control array in VC++ 6



Hi,
I've been trying to find this for a little while, but how do you create a control array in the IDE for VC++. I need just a small fixed array, but I think it would be easier than having to write ten event handlers and five functions.
.




Relevant Pages

  • Control arrays in VC++
    ... I've been trying to find this for a little while, but how do you create a control array in the IDE for VC++. ... I need just a small fixed array, but I think it would be easier than having to write ten event handlers and five functions. ...
    (microsoft.public.vc.mfc)
  • Re: Programatically design a form
    ... Ken Halter wrote: ... Here's one of the event handlers for a "True" control array. ... There's no way to set up WithEvents to work with an array so controls added ...
    (microsoft.public.vb.general.discussion)
  • Re: Control array in VC++ 6
    ... I think templates would of use to you in this case... ... > a control array in the IDE for VC++. ... > but I think it would be easier than having to write ten event handlers ... Prev by Date: ...
    (microsoft.public.vc.ide_general)

Loading