.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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -