TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
antti poutiainen
NA
1
0
Browsing files in a folder
Mar 28 2008 5:50 PM
Greetings!
I am really new to C#, and fairly new to programming itself aswell. Although i've got to know C# quite a bit now, but mostly on the console program side of it. Now i'd like to get introduced to the windows environment better. I made myself a little picture / photo album browser, where i choose a file with OpenFileDialog and it is shown in a picturebox - Ok, this works like a charm. But it would be so much easier to browse pictures as a bunch, not by opening them one at a time.
So my problem is that i would love to do this so that i could choose a folder (with FolderBrowserDialog), and then i could browse through the images in that chosen folder, using puttons like previous image and next image. How is this done? Anykind of help / hint for a solution is greatly appreciated.
Thanks in advance!
skinex
Reply
Answers (
1
)
Problem with my "small" program memory usage
Manipulating a ListBox