Re: Setting Label zorder above picture control

Tech-Archive recommends: Speed Up your PC by fixing your registry



Thanks for replies and sorry for late response. My need for using the
label was based on having a large array of image controls and I just wanted
to superimpose a single word "TEST" across only one image (with varying
index) of the control array. It was only a hassle to make a label inside
every container for every image control instead of making do with just one.
AND curious people just want to know!


.



Relevant Pages

  • Re: Do we have such a container control?
    ... it can also act as a ... container, for an array of little Image controls that's built up as ... With a nice little array of Vectors encapsulated in UDTs ...
    (microsoft.public.vb.general.discussion)
  • Re: Do we have such a container control?
    ... And, it can also act as a container, for ... an array of little Image controls that's built up as needed. ... With a nice little array of Vectors encapsulated in UDTs ...
    (microsoft.public.vb.general.discussion)
  • Re: converting program variables to arrays
    ... to the program variables. ... variable to an array type such that I can store the value of the ... For starters it gets round the obvious problem that a simple array won't hold an int as and a string label as. ... martin@ | Martin Gregorie ...
    (comp.lang.java.programmer)
  • Re: Adding events to Run time created controls
    ... I added this to some test code and it worked ... label to see which matchs with the mouse position. ... >>which one of the labels in the array was clicked upon. ... > Sender or put the appropriate array index in the Tag of each label. ...
    (alt.comp.lang.borland-delphi)
  • Re: Adding events to Run time created controls
    ... > which one of the labels in the array was clicked upon. ... IOW it will be the label that was clicked on. ... procedure tSomeForm.LabelClick (Sender: tObject); ... Assert (Sender is tLabel, 'Programmer error:) Only tLabel descendants can ...
    (alt.comp.lang.borland-delphi)