Form with FormBorderStyle=FixedToolWindow && No close button [modified]
-
Hi code project members, as the title says i want to achieve the following mockup (link to my skydrive, sfw): FixedToolWindow_WithNoCloseButtonMockup[^] I tried lots of possible solutions, like removing the menuitem through interop, setting Form.ControlBox to false, but either the close button is still visible, or the formborderstyle changes to one with round egdes. I definitely would like to create one with the nice rectangular fixedtoolwindow style without all the os provided buttons. If someone could help me out here, because im kind of lost here. Thanks in advance. Balkoth.
modified on Tuesday, August 3, 2010 12:44 PM, to fix the new window link
-
Hi code project members, as the title says i want to achieve the following mockup (link to my skydrive, sfw): FixedToolWindow_WithNoCloseButtonMockup[^] I tried lots of possible solutions, like removing the menuitem through interop, setting Form.ControlBox to false, but either the close button is still visible, or the formborderstyle changes to one with round egdes. I definitely would like to create one with the nice rectangular fixedtoolwindow style without all the os provided buttons. If someone could help me out here, because im kind of lost here. Thanks in advance. Balkoth.
modified on Tuesday, August 3, 2010 12:44 PM, to fix the new window link
AFAIK the only ones you can get right away are shown here[^]. If you need something else, you'll have to do all the painting, i.e. client AND non-client parts. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.
modified on Tuesday, August 3, 2010 7:12 AM
-
AFAIK the only ones you can get right away are shown here[^]. If you need something else, you'll have to do all the painting, i.e. client AND non-client parts. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.
modified on Tuesday, August 3, 2010 7:12 AM
Thanks for your help, i was hoping that there was something which i haven't yet discovered to do the magic trick.
-
Hi code project members, as the title says i want to achieve the following mockup (link to my skydrive, sfw): FixedToolWindow_WithNoCloseButtonMockup[^] I tried lots of possible solutions, like removing the menuitem through interop, setting Form.ControlBox to false, but either the close button is still visible, or the formborderstyle changes to one with round egdes. I definitely would like to create one with the nice rectangular fixedtoolwindow style without all the os provided buttons. If someone could help me out here, because im kind of lost here. Thanks in advance. Balkoth.
modified on Tuesday, August 3, 2010 12:44 PM, to fix the new window link
Hi members. This is the preview, for what i was trying to achieve the effect. Thanks for your attention. Greets Balkoth