Minimize, Maximize button not showing

M

Morris Neuman

I have a form in VC# VS2008. I have set the MinizeBox and MaximizeBox to
true. But the buttons do not show on the form. Right clicking on the title
bar shows them as options and work. The only button on the forms title bar
on the right is the cancle button.

How can I get the button to show?
 
T

Tamer Oz

What is your forms FormBorderStyle property.
I have a form in VC# VS2008. I have set the MinizeBox and MaximizeBox to
true. But the buttons do not show on the form. Right clicking on the title
bar shows them as options and work. The only button on the forms title bar
on the right is the cancle button.

How can I get the button to show?
 
M

Morten Wennevik [C# MVP]

Hi Morris,

What is your FormBorderStyle? A ToolWindow does not have maximize and
minimize buttons.
 
Z

Zhi-Xin Ye [MSFT]

Hi Morris,

Do you set the FormBorderStyle to FixedToolWindow or SizableToolWindow? If
you want the maximize and minimize button to show up, the form border style
should not be None, FixedToolWindow or SizableToolWindow.

Best Regards,
Zhi-Xin Ye
Microsoft Managed Newsgroup Support Team

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 2 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions. Issues of this
nature are best handled working with a dedicated Microsoft Support Engineer
by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
M

Morris Neuman

Thanks it was set to Sizable tool window and I changed it to sizable. Now I
see the buttons but the help doesn;t show even though I have set Min and Max
buttons to false and Help button nto yes.
 
M

Morris Neuman

That was it thanks
--
Thanks
Morris


Morten Wennevik said:
Hi Morris,

What is your FormBorderStyle? A ToolWindow does not have maximize and
minimize buttons.


--
Happy Coding!
Morten Wennevik [C# MVP]


Morris Neuman said:
I have a form in VC# VS2008. I have set the MinizeBox and MaximizeBox to
true. But the buttons do not show on the form. Right clicking on the title
bar shows them as options and work. The only button on the forms title bar
on the right is the cancle button.

How can I get the button to show?
 
J

Jeff Johnson

Thanks it was set to Sizable tool window and I changed it to sizable. Now
I
see the buttons but the help doesn;t show even though I have set Min and
Max
buttons to false and Help button nto yes.

I believe the Help button will only appear when your FormBorderStyle is one
of the dialog types.
 
J

Jeff Johnson

spidergeuse said:
Hello, sorry I may be getting off the topic - but my problem is

When I maximize a child window in my MDI window, the Minimize, Maximize,
and
close buttons appear on the left hand side instead of the normal right.
They
appear before the Main menu -

I must have just done something and shocking or not - i dont know what and
cant figure out how to get back to the norm

A) You should have started a separate thread.

B) You haven't provided enough information. What version of Visual Studio?
Are you using any 3rd-party toolbars? Etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top