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

Threaded View

  1. #1
    Join Date
    Feb 2001
    Location
    South Korea
    Posts
    31

    Set Property page size manually

    The MSDN says, Property sheet window size is automatically set according to the size of the largest page.

    When the page's "Use system font" property is set to "True", it surely is so. When "Use system font" is "False", however, I think it calculates the page size falsely. The PropertySheet window size doesn't match with the pages. How can I solve this problem?

    In short :
    Can I manually set Property sheet and pages size or should I set "Use system font" to "True"?
    Last edited by Sin Jeong-hun; April 12th, 2003 at 03:11 PM.
    ALEA JACTA EST ET TEMPUS FUGIT

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