CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2011
    Posts
    29

    Maximized Edit control

    I have a dialog with edit control, and I did:

    dlgDesc->ShowWindow(SW_MAXIMIZE);

    to show the dialog maximized, but only maximized the main frame and not the edit control.

    How can I maximize the windows and the edit control at the same time?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,395

    Re: Maximized Edit control

    I have answered in your other thread.
    Victor Nijegorodov

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