CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Dialog box

  1. #1
    Join Date
    Apr 1999
    Posts
    4

    Dialog box



    Hai there,

    I have a dialog box with minimize box and maximize box style , at one point i want to diable the maximize box and another point i want to enable it

    what function should i use

    plz help me

    thanx in advance

    asha

  2. #2
    Join Date
    May 1999
    Location
    Bern, Switzerland
    Posts
    12

    Re: Dialog box



    ModifyStyle(...); read about it in the help/MSDN library.


    HTH. Karl

  3. #3
    Join Date
    Apr 1999
    Posts
    4

    Re: Dialog box



    Thanx a lot Karl , it is working fine

    ModifyStyle(WS_MAXIMIZEBOX,0,SW_NOSIZE);..


    Asha



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

Featured