c#改变 鼠标移到按钮上时更改图

我知道vb是privatevoidcreateButton_MouseEnter(objectsender,EventArgse){Me.createButton.Ima... 我知道vb是
private void createButton_MouseEnter(object sender, EventArgs e)
{
Me.createButton .Image =Me.resources.1
}
但貌似c#不是这样调用的 应该如何用resource里图片呢
谢谢
展开
 我来答
cjj796
2013-06-15 · TA获得超过8708个赞
知道大有可为答主
回答量:1.3万
采纳率:68%
帮助的人:3437万
展开全部
1、首先在窗体上添加:imageList1,并导入图像(至少两张)
2、在button1上设置,ImageIndex 为 0
3、当鼠标在button1上移动时,产生事件:
private void button1_MouseMove(object sender, System.Windows.Forms.MouseEventArgs e)
{
button1.ImageIndex = 1; 更换图像
}
wangpaishi
2013-06-15 · TA获得超过570个赞
知道小有建树答主
回答量:932
采纳率:52%
帮助的人:757万
展开全部
Properties.Resources.xxxx
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式