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. Displaying image on full screen

Displaying image on full screen

Scheduled Pinned Locked Moved C / C++ / MFC
question
3 Posts 2 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.
  • V Offline
    V Offline
    Vancouver
    wrote on last edited by
    #1

    1. How can I display an image, like an image editor, in full screen mode? 2. What is the fastest method displaying an image (both in window or in full screen)? Some programs work much faster than others; scrolling an image takes much longer with some programs than with others. Thanks

    T 1 Reply Last reply
    0
    • V Vancouver

      1. How can I display an image, like an image editor, in full screen mode? 2. What is the fastest method displaying an image (both in window or in full screen)? Some programs work much faster than others; scrolling an image takes much longer with some programs than with others. Thanks

      T Offline
      T Offline
      ThatsAlok
      wrote on last edited by
      #2

      Vancouver wrote:

      . How can I display an image, like an image editor, in full screen mode?

      is CDC::StretchBlt is of any help

      "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

      cheers, Alok Gupta VC Forum Q&A :- I/ IV

      V 1 Reply Last reply
      0
      • T ThatsAlok

        Vancouver wrote:

        . How can I display an image, like an image editor, in full screen mode?

        is CDC::StretchBlt is of any help

        "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

        cheers, Alok Gupta VC Forum Q&A :- I/ IV

        V Offline
        V Offline
        Vancouver
        wrote on last edited by
        #3

        is CDC::StretchBlt is of any help StretchBlt is a different issue. In the meantime I found that both SetWindowPos and MoveWindow work with the co-ordinates (0,0) as well (I had thought that would be rejected). However, this is probably no help for my original problem: performance.

        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