Ask Experts Questions for FREE Help !
Ask
    kausikporel's Avatar
    kausikporel Posts: 6, Reputation: 1
    New Member
     
    #1

    Apr 15, 2004, 10:12 PM
    visual basic
    How can I disable maximise button of a form but minimise and close button should be enable?
    Gkhster's Avatar
    Gkhster Posts: 33, Reputation: 1
    Junior Member
     
    #2

    Jul 4, 2004, 02:08 AM
    visual basic
    In VB 6 (and below I believe) Just set the MaxButton property of the form to False.

    Full documentation is at:

    http://msdn.microsoft.com/library/de...omaxbutton.asp

    In VB.NET set the MaximizeBox property to false.

    That documentation is at:

    http://msdn.microsoft.com/library/de...zeboxtopic.asp

    I hope that this has been helpful,

    Guy


    Hope that this helps,

    Guy

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Visual basic [ 1 Answers ]

Where do I go on my computer to find out what version of visual basic I have? Thanks

Visual basic modules [ 2 Answers ]

hello I defines a general array in a module in my project and I assigned values to this array but when compile this project gives error:invalid out side procedure please help me thanks a lot

Visual Basic 6.0 [ 1 Answers ]

What is the cost of Visual Studio 6.0 Enterprise Edition?

Visual Basic 6.3 Editor [ 0 Answers ]

With WinXp, Office XP, Publisher XP, Front Page 2003, is it possible to access VB63Editor outside of office rather than clicking the icon from with Publisher. I already know about Script Editor but I want to run VB as a stand-alone.

Visual Basic [ 1 Answers ]

I want to add icon in the button which I have used in my visual basic program. How can I do that. Please help.


View more questions Search