.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.

emailtoolbar

thanks

this type of window called "application desktop toolbar" , can implemented via p/invoking base apis:

duplicates:


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -