Hi, I need to have a form in my application transparent so I did a quick search and came up with the method of setting the brush style to bsClear. This works fine except that if the form is moved then the area the form occupies still shows whatever the form used to be over the top of, which kinda defeats the point. Is there a way to make it update? I tried setting the brush style to solid and back again and also forcing a repaint of the form, both with no effect. In fact, setting the brush style back to bsSolid when the form is moved has no effect at all, it continues displaying what it displayed before.
Any thoughts on how I can get this to work properly?
Any thoughts on how I can get this to work properly?