screen resolution

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rajtomar

    screen resolution

    What could be a C++ code for resetting the screen resolution when
    executed.
  • Victor Bazarov

    #2
    Re: screen resolution

    Rajtomar wrote:
    What could be a C++ code for resetting the screen resolution when
    executed.
    No such thing. Screens, their resolutions, resetting them, are all
    platform-specific and as such are off-topic here, in a _language_
    newsgroup.

    V
    --
    Please remove capital 'A's when replying by e-mail
    I do not respond to top-posted replies, please don't ask


    Comment

    • osmium

      #3
      Re: screen resolution

      "Rajtomar" writes:
      What could be a C++ code for resetting the screen resolution when
      executed.
      Your OS has an API (Application programmer's Interface). Find that or
      someone who knows about it. Do not be surprised if your OS doesn't have
      such a capability, to make a new resolution effective sometimes requires a
      reboot..


      Comment

      Working...