.net - C# Window Docking -
i'm wondering how achieve kind of window docking. our service desk using legacy application "outlook email tagger" can add additional information in email items. application can dock on top of window , windows behind automatically resize height. think created using vb 6.0 , i'm convert using c#.net.
so far this.dock = dockstyle.top doesn't trick because dock window on top of screen windows behind still in maximize mode.
i have attached program have better picture on it.
thanks
this type of window called "application desktop toolbar" , can implemented via p/invoking base apis:
duplicates:
- how do appbar docking (to screen edge, winamp) in wpf?
- how dock application in windows desktop?
- windows api attach window left or right of desktop
- wpf application claims desktop real estate similar windows taskbar
- how limit bottom window full screen max y position on windows
- wpf windows docking affects other windows in maximized mode
- c# desktop app bar (somewhat taskbar)
Comments
Post a Comment