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
Lance Mitchell
NA
1
1.3k
I'm attempting to write a C# program for class that when the program runs will also call on an embed...
Sep 5 2012 1:12 PM
I'm attempting to write a C# program for class that when the program runs will also call on an embedded picture file (an overview) named "Search_Screen.jpg".
I want the .jpg file to open up with the default picture viewer. I've tried starting it as a new process with the line of code
{ Process.Start(Search_Screen.jpg);
But this is not working for me, am a not relating this to the fact that this is an embedded file?
Any assistance is appreciated.
Reply
Answers (
1
)
upload a file
C# 2008 app reference to database problem