M
Michael
Hi there,
Straight-up thanks for taking the time, if I can help in the future I'd be
delighted...
Here's what I do...
I love using labels that do something on-click.
I change effects, fonds and background colour either on-mouse move,
on-mouse down and on-click.
Here's my issue...
I am using a number of different methods to change labels back to their
original state. All seem to do the trick but I've somehow got the feeling I
am not doing it properly.
1) I either loop through a collection of controls on a page or form and do
it this way, or
2) if there only a few labels I dump code like obj.SpecialEffect = 0 into
the form's Details on-mouse move and into the header just to make sure!
3) I am also using a function that resets all and the caller is set
Bottom line, is there a better and effecient way of doing this?
Thanks for any feedback and have a wonderfull day
Straight-up thanks for taking the time, if I can help in the future I'd be
delighted...
Here's what I do...
I love using labels that do something on-click.
I change effects, fonds and background colour either on-mouse move,
on-mouse down and on-click.
Here's my issue...
I am using a number of different methods to change labels back to their
original state. All seem to do the trick but I've somehow got the feeling I
am not doing it properly.
1) I either loop through a collection of controls on a page or form and do
it this way, or
2) if there only a few labels I dump code like obj.SpecialEffect = 0 into
the form's Details on-mouse move and into the header just to make sure!
3) I am also using a function that resets all and the caller is set
Bottom line, is there a better and effecient way of doing this?
Thanks for any feedback and have a wonderfull day