Click to See Complete Forum and Search --> : How to make the parent form be in disable color?


leeshadmi
February 11th, 2009, 10:27 PM
Hi
let say i have 2 forms form 1 contain many controls and can open form 2 to display a message for example.
Is there any way that when form2 is displayed i can make form1 to be in dark color like dark gray?
See attached image for example.



thanks

dglienna
February 12th, 2009, 08:16 PM
That might be done with WPF. You can make a form transparent.

HanneSThEGreaT
February 13th, 2009, 12:03 AM
You may want to look at the form's Opacity property.
A search on "translucent forms vb.net" on google ( or even in this forum ) would also turn up results :)