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
Vivek Joy
NA
137
26.8k
image
Sep 11 2015 8:46 AM
i have uploaded the image into picture box using this
string myPic = string.Empty;
OpenFileDialog openFileDialog1 = new OpenFileDialog();
openFileDialog1.Filter = "All Files|*.*";
if (openFileDialog1.ShowDialog() == DialogResult.OK)
{
myPic = openFileDialog1.FileName;
pictreBxLogo.Image = null;
pictreBxLogo.Image = Image.FromFile(myPic);
}
how can i give a condition that image should be in 94 height and 94 width.
Someone help me please
Reply
Answers (
5
)
Ajax bind images from folder to image controls of datalist?
oops concept c#