Opacity property for MDI child forms...

B

beaker

Hello,

Is there a way to alter the opacity of an MDI child window? I've tried
setting the Opacity property, but it has no effect on the children (fine
for the parent though).

(I want to write an app where I can open several images in child forms,
resize them and manually overlay them on top of each other, and control
the transparency so I can fade from one to the other to visually compare
them).

Thanks,

Gary
 
G

Guest

The Opacity just calls to the Layered Windows api. That api only works with
top level windows - i.e. windows without parents; it won't work with an mdi
window.
 
B

beaker

kHSw said:
The Opacity just calls to the Layered Windows api. That api only works with
top level windows - i.e. windows without parents; it won't work with an mdi
window.

Hmmm.... can anyone suggest an alternative way I might go about solving
my problem then?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top