I remember an old technique from my old MFC days to have a dialog that
occupies a part of the windows desktop and actually resizes its available
size, thus always being on top, kind of docking to the top of the screen (or
any other side).
Does anyone remember what these types of windows are called and if there's a
way to create them from C#/Winforms?
Thanks
Ron
simida - 06 Aug 2006 07:18 GMT
Maybe it is that Form.TopMost = true;
Sincerely,
simida
> I remember an old technique from my old MFC days to have a dialog that
> occupies a part of the windows desktop and actually resizes its available
[quoted text clipped - 6 lines]
> Thanks
> Ron
Ron M. Newman - 06 Aug 2006 11:23 GMT
Hi: No, I got it -- AppBars !
anyone knows how to do them using C#?
Ron
> Maybe it is that Form.TopMost = true;
>
[quoted text clipped - 13 lines]
>> Thanks
>> Ron