Making Two Forms and linking them.
Hello, let me describe my problem.
In order to reduce the opacity of a webcontrol the only way is to reduce the opacity of the form that he's in.
so i tought about making a second form in the projet to use mainly & only for this web control and reduce the opacity.
the second form works, but now i need a good way to make the form 2
appear on Form 1 at X,Y position.
make it so that when Form1 is moved, Form2 moves with it.
please help :x
Re: Making Two Forms and linking them.
Re: Making Two Forms and linking them.
Wow, can't we simply use some sort of element host?
Re: Making Two Forms and linking them.
No. The whole problem is, whenever a form is dragged by its titlebar a system message gets sent, that is why we need to catch that event, and make it do what we want, i.e., override.