急用,c#编程无法实先

System.Windows.Forms.Button”不包含“filename”的定义,并且找不到可接受类型为“System.Windows.Forms.Button”... System.Windows.Forms.Button”不包含“filename”的定义,并且找不到可接受类型为“System.Windows.Forms.Button”的第一个参数的扩展方法“filename”(是否缺少 using 指令或程序集引用?)
源文件:
//show the open file dialog box.
if (btnSelectPicture.ShowDialog() == DialogResult.OK)
{ //Load the picture into the picture bag.
btnSelectPicture.Image = Image.FromFile(picShow.filename);
//show the name of the file in the form's caption.
this.Text = string.Concat("Picture view(" + btnSelectPicture.filemame+ ")");
展开
 我来答
bglkazjl123
2014-04-22
知道答主
回答量:4
采纳率:0%
帮助的人:7万
展开全部
System.Windows.Forms.Button”不包含“filename”的定义

//button怎么会有filename的属性呢,除非你重写了button的类加上filename这一个属性,
btnSelectPicture应该是一个openFileDialog,这个才有filename的属性。
百度网友44e2e46b2
2014-04-20 · 超过13用户采纳过TA的回答
知道答主
回答量:67
采纳率:0%
帮助的人:36.1万
展开全部
+ btnSelectPicture.filemame+ 这的filename错了
追问
还是不对……
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式