WPF Add multiple lines in title bar
-
2012年8月2日 17:32
I have some situation here. I need to have multiple lines in title bar in windows forms in .net.One line must be dynamic.How can I do it?
すべての返信
-
2012年8月2日 18:17
Hi PrabathMPM,
I'm confused which one you need help with. Your topic title says WPF, and in your topic body text you say Windows Forms, which are greatly different. If its Windows Forms, ou will need to draw in the non-client area of the window or implement a custom skinned Window, which are pretty much in the same, and both require Win32 knowledge to do. This is an advanced subject. However in WPF, its much simpler since you can just redo your own Window chrome.
WinForms:
http://www.codeproject.com/Articles/415102/WinForms-Form-SkinWPF:
http://blogs.msdn.com/b/wpfsdk/archive/2008/09/08/custom-window-chrome-in-wpf.aspx
Currently developing FaultTrack. I occassionally blog about C# and .NET.
Hoping to become a MVP by 2013. Email: danderson [at] dcomproductions [dot] com- 編集済み Dave_Anderson 2012年8月2日 18:19
- 回答としてマーク PrabathMPM 2012年8月3日 15:12
-
2012年8月3日 15:13I'm designed wpf windows application....
-
2012年8月3日 20:50
Ah okay. You will want to follow the WPF link then. It will guide you in the right direction, and there is also a downloadable demo for it as well (further down in the article).Currently developing FaultTrack. I occassionally blog about C# and .NET.
- 回答としてマーク PrabathMPM 2012年8月23日 17:28
-
2012年8月4日 2:12Thanks your information,,
-
2012年8月23日 17:29Thanks
-
2012年8月23日 21:44
I went for multiple status bars instead of a multiple titlebar.
Just a matter of dragging on dropping them on your form.
n.Wright

