Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

FormBorderStyle.None hide windows bar...

2 views
Skip to first unread message

cold80

unread,
May 19, 2008, 12:08:20 PM5/19/08
to
I would like to use the value FormBorderStyle.None for the border of
the form, so I can hide the title bar of my window. But when I set
this property I also get that the windows bar is hidden. I would like
this bar to be shown as my users would use the taskbar to switch to
other programs. I've looked on the internet for a solution, but it
seems that everybody want the opposite (the windows bar hidden).

Thank you in advance for your help

Cold

Herfried K. Wagner [MVP]

unread,
May 19, 2008, 6:18:55 PM5/19/08
to
"cold80" <col...@libero.it> schrieb:

What's the "windows bar"? Maybe setting the form's 'ShowInTaskbar' property
to 'True' will solve the problem.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

kimiraikkonen

unread,
May 24, 2008, 1:12:10 PM5/24/08
to

Setting your form's FormBorderStyle to None shouldn't hide Windows
Taskbar, only your form's title bar and borders.. Maybe your Windows
taskbar was set as "hide automatically" in taskbar settings, and you
may think that your application causes this behaviour...

Thanks,

Onur Güzel

dmitriyvlasov

unread,
Nov 23, 2009, 11:33:54 AM11/23/09
to
Just try to set both FormBorderStyle to None and WindowState to Maximized and you will see what he talking about.

kimiraikkonen wrote:

Re: FormBorderStyle.None hide windows bar...
25-???-08

On May 19, 7:08=A0pm, cold80 <col...@libero.it> wrote:

Setting your form's FormBorderStyle to None shouldn't hide Windows
Taskbar, only your form's title bar and borders.. Maybe your Windows
taskbar was set as "hide automatically" in taskbar settings, and you
may think that your application causes this behaviour...

Thanks,

Onur G=FCzel

Previous Posts In This Thread:

On 19 ??? 2008 ?. 18:18
Herfried K. Wagner [MVP] wrote:

Re: FormBorderStyle.None hide windows bar...
"cold80" <col...@libero.it> schrieb:

What's the "windows bar"? Maybe setting the form's 'ShowInTaskbar' property
to 'True' will solve the problem.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

On 20 ??? 2008 ?. 0:41
cold80 wrote:

FormBorderStyle.None hide windows bar...


I would like to use the value FormBorderStyle.None for the border of
the form, so I can hide the title bar of my window. But when I set
this property I also get that the windows bar is hidden. I would like
this bar to be shown as my users would use the taskbar to switch to
other programs. I've looked on the internet for a solution, but it
seems that everybody want the opposite (the windows bar hidden).

Thank you in advance for your help

Cold

On 25 ??? 2008 ?. 17:16
kimiraikkonen wrote:

Re: FormBorderStyle.None hide windows bar...


On May 19, 7:08=A0pm, cold80 <col...@libero.it> wrote:

Setting your form's FormBorderStyle to None shouldn't hide Windows
Taskbar, only your form's title bar and borders.. Maybe your Windows
taskbar was set as "hide automatically" in taskbar settings, and you
may think that your application causes this behaviour...

Thanks,

Onur G=FCzel

EggHeadCafe - Software Developer Portal of Choice
Parsing the Querystring with Javascript
http://www.eggheadcafe.com/tutorials/aspnet/4bb0c33a-dc86-42d9-8d5a-74de5cbeef13/parsing-the-querystring-w.aspx

Scott M.

unread,
Nov 23, 2009, 4:13:05 PM11/23/09
to
Indeed, when I tried those settings, the resulting form does take up my
entire screen (including the Windows Taskbar, which I do not have set to
AutoHide).

-Scott


<Dmitriy Vlasov> wrote in message news:20091123113...@inbox.ru...

0 new messages