Re: C# Desktop Working Area by Stoitcho
Stoitcho
Tue Jan 10 08:46:22 CST 2006
The simplest way of doing this is to maximize your application. Beside this
there is no other automatic solution AFAIK.
If you want to handle it your self you can hook on the Move event and adjust
the position of the window once the user stop moving it.
--
Stoitcho Goutsev (100)
<pocketbin@hotmail.com> wrote in message
news:1136890022.162125.111960@g14g2000cwa.googlegroups.com...
> Hello,
>
> How can I make my app stay in the desktop working area? I don't want
> the users to be able to hide part of the app by dragging it away.
>
> Thanks
>