Image Display
-
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!
-
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!
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 toFill
, 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 ?