Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Not drawing full dialog

Not drawing full dialog

Scheduled Pinned Locked Moved C / C++ / MFC
comgraphicshelpquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    aquawicket
    wrote on last edited by
    #1

    I've created my dialog based application in 1600 x 1200 resolution.. It's a pretty large dialog with lots of conrols.. My problem is when the screen is set in lower resolutions, The program will not load the full dialog. Some of the right and bottom gets cut off. I've made it so you can scroll vertically and horizontally, but it still cuts off some of the dialog. Any Ideas? http://www.aquawicket.com/edrummonitor

    D 1 Reply Last reply
    0
    • A aquawicket

      I've created my dialog based application in 1600 x 1200 resolution.. It's a pretty large dialog with lots of conrols.. My problem is when the screen is set in lower resolutions, The program will not load the full dialog. Some of the right and bottom gets cut off. I've made it so you can scroll vertically and horizontally, but it still cuts off some of the dialog. Any Ideas? http://www.aquawicket.com/edrummonitor

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      aquawicket wrote:

      Any Ideas?

      • Create various-sized templates and load the appropriate one at runtime.

      • Program to the smallest common denominator.

      • Use a property sheet.


        "Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

        "Judge not by the eye but by the heart." - Native American Proverb

      A 1 Reply Last reply
      0
      • D David Crow

        aquawicket wrote:

        Any Ideas?

        • Create various-sized templates and load the appropriate one at runtime.

        • Program to the smallest common denominator.

        • Use a property sheet.


          "Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

          "Judge not by the eye but by the heart." - Native American Proverb

        A Offline
        A Offline
        aquawicket
        wrote on last edited by
        #3

        The dialog open fine in 1600x resolution and the I can change the resolution to a lower one while the app is open and still see it all by scrolling.. I've put alot of work into this dialog and just want it to not get cut off in lower resolutions.. I'm not really understanding what is ment by "Program to the smallest common denominator. and Use a property sheet".. My program is done with visual studio 2005 using MFC.. It works like a charm.. all except this one bug.

        R 1 Reply Last reply
        0
        • A aquawicket

          The dialog open fine in 1600x resolution and the I can change the resolution to a lower one while the app is open and still see it all by scrolling.. I've put alot of work into this dialog and just want it to not get cut off in lower resolutions.. I'm not really understanding what is ment by "Program to the smallest common denominator. and Use a property sheet".. My program is done with visual studio 2005 using MFC.. It works like a charm.. all except this one bug.

          R Offline
          R Offline
          Rajesh R Subramanian
          wrote on last edited by
          #4

          aquawicket wrote:

          I'm not really understanding what is ment by "Program to the smallest common denominator.

          You could have designed your dialog with your screen resolution set to 1024x768.

          aquawicket wrote:

          I'm not really understanding what is ment by Use a property sheet"

          Property Sheet[^]


          All pain is either severe or slight, if slight, it is easily endured; if severe, it will without doubt be brief. - Marcus Tullius Cicero

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups