Transparency for actions

  • Thread starter Thread starter Perra
  • Start date Start date
P

Perra

If I create a form,
set Opacity to some thing like 50%,
set TopMost = True,
set CausesValidation = False,
I will get a transparen form that is transparent for keyboard action. (You
can work with the window showing through the transparent form.)
But it does not get transparent for mouse action.
Does any one know how to achieve that. So that my form get totaly
transparent for all kind of actions?
 
Hi Perra,

I thougth you can do it with changing every time the opacity.

You also can look to the backcolour "transparant" in the propertie window it
is at the webcolors.

But as far as I know it take a lot of power from your computer, does only
work on NT computers and than only with 16bits colour or less.

(You can look for "region" on msdn there is written a lot about it)

Cor
 
Back
Top