i have a toolstrip on a form that is transparent.
http://imagizer.imageshack.us/v2/800...0/196/i056.jpg
My question is how can i prevent the toolstrip from fading out with the form when i move the Hscollbar?
regards
mick
Printable View
i have a toolstrip on a form that is transparent.
http://imagizer.imageshack.us/v2/800...0/196/i056.jpg
My question is how can i prevent the toolstrip from fading out with the form when i move the Hscollbar?
regards
mick
You can't. All controls on a form inherit their opacity from the form. You could look at implementing Aero Glass in your form but that's going to have some limitations and may not work under Windows 8 and certainly won't work under XP.
right. thanks for that.
I use another form to control the opactity.
cheers
mick