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#
  4. Image Display

Image Display

Scheduled Pinned Locked Moved C#
csharpdotnetarchitecturehelpquestion
2 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.
  • M Offline
    M Offline
    MKlucher
    wrote on last edited by
    #1

    Hello, I'm looking to write a image slideshow program in C# that would take a folder and show you all the .bmp's .jpg's etc etc in a folder. I know there's plenty of programs out there that would do this but this seems like a good way to increase my knowledge of C# and the .NET framework in general so I am giving it a go. My question is I was wondering if anyone could point me in the best direction on how I should display the images, I would like to have them display in a window or full screen. The Picture Box works fine for this type of thing but not so great for doing a full screen mode. So I was just looking for suggestions on areas of the framework I should look at for attacking this problem or if you have any architecture suggestions that would be great too! Thanks!

    M 1 Reply Last reply
    0
    • M MKlucher

      Hello, I'm looking to write a image slideshow program in C# that would take a folder and show you all the .bmp's .jpg's etc etc in a folder. I know there's plenty of programs out there that would do this but this seems like a good way to increase my knowledge of C# and the .NET framework in general so I am giving it a go. My question is I was wondering if anyone could point me in the best direction on how I should display the images, I would like to have them display in a window or full screen. The Picture Box works fine for this type of thing but not so great for doing a full screen mode. So I was just looking for suggestions on areas of the framework I should look at for attacking this problem or if you have any architecture suggestions that would be great too! Thanks!

      M Offline
      M Offline
      MoustafaS
      wrote on last edited by
      #2

      If you are using .NET 2.0, its methods and classes of GDI will help you, you may use an invisible panel which shows up only when its full screen and set it Dock property to Fill, and then show the image as a background for it, and when he clicks Esc key, hide it and show the regular PictureBox

      "Praying." Is this only what I can do for him ?

      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