Results 1 to 5 of 5

Thread: [RESOLVED] MDI Child Form Not Loading When Minbutton = False

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    PUNE
    Posts
    222

    Resolved [RESOLVED] MDI Child Form Not Loading When Minbutton = False

    I wants to Restrict User from Minimizing & Maximizing MDI Child Form
    But when I Set the Properties then Form is not loading

    minbutton = False
    maxbutton = false


  2. #2
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: MDI Child Form Not Loading When Minbutton = False

    Why don't you just make it as a Dialog type?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    PUNE
    Posts
    222

    Re: MDI Child Form Not Loading When Minbutton = False

    dee-U Sir,
    Can u Explain it More
    is there any way to do it in MDI Child form itself
    Last edited by vaishali; Mar 6th, 2006 at 04:53 AM.

  4. #4
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: MDI Child Form Not Loading When Minbutton = False

    Quote Originally Posted by vaishali
    dee-U Sir,
    Ther are no Sir's here
    Quote Originally Posted by vaishali
    Can u Explain it More
    is there any way to do it in MDI Child form itself
    Even if you set the MaxButton and MixButton properties to false, the form will still open.

    What is the error that you are getting.

    Set the Border Style property of the MDIChild form to 3-Fixed Dialog. (This is what dee-u was also saying).
    Use [code] source code here[/code] tags when you post source code.

    My Articles

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    PUNE
    Posts
    222

    Re: MDI Child Form Not Loading When Minbutton = False

    When i set the Windowstate = Normal then its Loading Properly
    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width