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
Ahmed Ayman Yassin
NA
19
0
PictuerBox1.ImageLocation property
Sep 20 2009 2:36 PM
I want to use property ( PictuerBox1.ImageLocation) but I found that this property returns null. I don't understand how???
PictureBox
pb =
new
PictureBox
();
Image
loadedImage =
Image
.FromFile(
"C:\\Documents and Settings\\All Users\\Documents\\My Pictures\\Sample Pictures\\Winter.jpg"
);
pb.Height = 50;
pb.Width = 50;
pb.Image = loadedImage;
string
s = pb.ImageLocation;
Reply
Answers (
1
)
How to validate indian mobile numbers using Regular expressipon validator?
how to get data from SQL to hide empty cell