The question this: as a form of hide title, but kept the possibility of
changing its size mouse (ie the style of the "None" would not be
appropriate)?

http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas
discount

Re: Hide title of the form by Bob

Bob
Tue Dec 11 00:19:28 PST 2007

The only way to do this is to use a borderless form (FormBorderStyle none).
This removes the title bar and the controls.

To maintain the interactions such as dragging with the mouse can be
accomplished by overriding WndProc and responding to the WM_NCHITTEST
message and returning HTCAPTION when you want to move and possibly other
hit-testt notifications when you want to move or size.


--
--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.


"Alexander Vasilevsky" <mail@alvas.net> wrote in message
news:fjiu1v$1krh$1@behemoth.volia.net...
> The question this: as a form of hide title, but kept the possibility of
> changing its size mouse (ie the style of the "None" would not be
> appropriate)?
>
> http://www.alvas.net - Audio tools for C# and VB.Net developers +
> Christmas discount
>
>


Re: Hide title of the form by anoj

anoj
Wed Dec 12 19:27:00 PST 2007

Alexander,

You can find a full fledged application developed by [Omar AL Zabir]
on MSDN which does the same.
http://msdn2.microsoft.com/en-us/library/aa480731.aspx

It is a sticky notes application where actual title bar has been
removed to give it a Outlook Notes kind of look with facility to
resize and move the note window around.

Hope this helps.

-/Anoj
[http://techtips4you.blogspot.com]


On Dec 10, 1:40 pm, "Alexander Vasilevsky" <m...@alvas.net> wrote:
> The question this: as a form of hide title, but kept the possibility of
> changing its size mouse (ie the style of the "None" would not be
> appropriate)?
>
> http://www.alvas.net- Audio tools for C# and VB.Net developers + Christmas
> discount