Hi
I've been at it for many hours trying to figure out why I cannot change the backstyle property on an activex label to transparent when I add the label programmatically.
I have attached a simple workbook that shows this problem. Click the button and a label will be added. Then go into developer/design and change the backstyle to transparent. Notice how it ignores this and the label remains white.
Now manually add a label and do the same thing, go into properties and change it to transparent. Works now.
I have a very huge application that I am needing many of these labels (much smaller) which I use for mousemove detection. It is not practical to set the transparency by hand and added these by hand. Because transparency change does not work in design mode it also does not work in vba programmatic mode which is ultimately what I am after. Unless I am totally missing the boat here, can anyone shed some light on this?
Thanks
I've been at it for many hours trying to figure out why I cannot change the backstyle property on an activex label to transparent when I add the label programmatically.
I have attached a simple workbook that shows this problem. Click the button and a label will be added. Then go into developer/design and change the backstyle to transparent. Notice how it ignores this and the label remains white.
Now manually add a label and do the same thing, go into properties and change it to transparent. Works now.
I have a very huge application that I am needing many of these labels (much smaller) which I use for mousemove detection. It is not practical to set the transparency by hand and added these by hand. Because transparency change does not work in design mode it also does not work in vba programmatic mode which is ultimately what I am after. Unless I am totally missing the boat here, can anyone shed some light on this?
Thanks