PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
Hide system menu
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
Hide system menu
![]() |
Hide system menu |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I want to hide the system menu (the dropdown for the icon on the left)
without hiding the entire titlebar for my form. I haven't been able to accomplish this. Is this possible, and if so how? Lance Johnson |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Lance,
Look at the ControlBox property. Setting this property to false will hide the system menu; the caption will stay there as long as there is some text for it. If there is not text the caption bar will disappear. You can also try to play with different border styles. FixedDialog for example doesn't have icon. -- HTH Stoitcho Goutsev (100) "Lance Johnson" <ljohnson@docs.com> wrote in message news:%23ljHmjZLGHA.1124@TK2MSFTNGP10.phx.gbl... >I want to hide the system menu (the dropdown for the icon on the left) >without hiding the entire titlebar for my form. I haven't been able to >accomplish this. Is this possible, and if so how? > > Lance Johnson > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thanks for the info. I didn't have any text on the titlebar. I thought
that this had worked before, but didn't realize having no text would do that. Lance Johnson "Stoitcho Goutsev (100)" <100@100.com> wrote in message news:OaPewVaLGHA.2336@TK2MSFTNGP12.phx.gbl... > Lance, > > Look at the ControlBox property. Setting this property to false will hide > the system menu; the caption will stay there as long as there is some text > for it. If there is not text the caption bar will disappear. > > You can also try to play with different border styles. FixedDialog for > example doesn't have icon. > > > -- > HTH > Stoitcho Goutsev (100) > > "Lance Johnson" <ljohnson@docs.com> wrote in message > news:%23ljHmjZLGHA.1124@TK2MSFTNGP10.phx.gbl... >>I want to hide the system menu (the dropdown for the icon on the left) >>without hiding the entire titlebar for my form. I haven't been able to >>accomplish this. Is this possible, and if so how? >> >> Lance Johnson >> > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
I don't suppose there's a way to hide the system menu and have the x still
appear in the upper right? Lance "Stoitcho Goutsev (100)" <100@100.com> wrote in message news:OaPewVaLGHA.2336@TK2MSFTNGP12.phx.gbl... > Lance, > > Look at the ControlBox property. Setting this property to false will hide > the system menu; the caption will stay there as long as there is some text > for it. If there is not text the caption bar will disappear. > > You can also try to play with different border styles. FixedDialog for > example doesn't have icon. > > > -- > HTH > Stoitcho Goutsev (100) > > "Lance Johnson" <ljohnson@docs.com> wrote in message > news:%23ljHmjZLGHA.1124@TK2MSFTNGP10.phx.gbl... >>I want to hide the system menu (the dropdown for the icon on the left) >>without hiding the entire titlebar for my form. I haven't been able to >>accomplish this. Is this possible, and if so how? >> >> Lance Johnson >> > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Lance,
If you leave ControlBox = true, FixedDialog border style has no icon, but buttons; to hide minimize and maximize buttons set MaximizeBox and MinimizeBox to false. Other border style without icon but X button are tool windows, but they have thinner caption. -- Stoitcho Goutsev (100) "Lance Johnson" <ljohnson@docs.com> wrote in message news:utAn3XbLGHA.3876@TK2MSFTNGP11.phx.gbl... >I don't suppose there's a way to hide the system menu and have the x still >appear in the upper right? > > Lance > > "Stoitcho Goutsev (100)" <100@100.com> wrote in message > news:OaPewVaLGHA.2336@TK2MSFTNGP12.phx.gbl... >> Lance, >> >> Look at the ControlBox property. Setting this property to false will hide >> the system menu; the caption will stay there as long as there is some >> text for it. If there is not text the caption bar will disappear. >> >> You can also try to play with different border styles. FixedDialog for >> example doesn't have icon. >> >> >> -- >> HTH >> Stoitcho Goutsev (100) >> >> "Lance Johnson" <ljohnson@docs.com> wrote in message >> news:%23ljHmjZLGHA.1124@TK2MSFTNGP10.phx.gbl... >>>I want to hide the system menu (the dropdown for the icon on the left) >>>without hiding the entire titlebar for my form. I haven't been able to >>>accomplish this. Is this possible, and if so how? >>> >>> Lance Johnson >>> >> >> > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

