Re: Transparent Layer? by Stoitcho
Stoitcho
Wed Jan 04 12:08:51 CST 2006
xenophon,
The technique with the div works for web because there is no other way. In
win forms usually you set the cursor to hourglass, set form's Enabled to
false, show modal progress form, etc. Any of these will prevent the user
from clicking on the controls.
--
Stoitcho Goutsev (100)
"xenophon" <xenophon@online.nospam> wrote in message
news:di1or1pnhqhqroku0nt07oddo24du2cupm@4ax.com...
>I would like to create a panel, completely through code (no
> designer!), that is the same size as the current winform, and has
> transparency set to 95%. I am using C# on Framework 1.1 and don't see
> how to do this. I am tryng to emulate some WebForm behavior where
> after a button is clicked a "please wait" div is drawn over the page
> to indicate that somethihg is happening and controls can't be touched,
> but can mostly be seen.
>
> Thanks.
>
>