4个回答
展开全部
private void Form1_Load(object sender, EventArgs e)
{
string path = this.pictureBox1.ImageLocation;
textBox1.Text = path;
}
获取或设置要在 PictureBox 中显示的图像的路径或 URL。
{
string path = this.pictureBox1.ImageLocation;
textBox1.Text = path;
}
获取或设置要在 PictureBox 中显示的图像的路径或 URL。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
首先,添加一个打开图片的opfiledialog1控件,然后添加button的单击事件
private void button1_click(...)
{
string path=openfiledialog.filename;
}
private void button1_click(...)
{
string path=openfiledialog.filename;
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
string path = this.pictureBox2.ImageLocation;
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
我用的是VS03.没找到ImageLocation这个属性.....
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询