C#的初级程序调试问题 :当前上下文中不存在名称“label1”

usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Da... using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace MyProject
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
label1.Text = "Hello, World!";
}
}
}

编译时他提示:错误 1 当前上下文中不存在名称“label1” C:\Documents and Settings\wwj\Local Settings\Application Data\Temporary Projects\MyProject\Form1.cs 20 13 MyProject
展开
 我来答
三根鞋带
2007-07-25 · TA获得超过2260个赞
知道大有可为答主
回答量:1156
采纳率:0%
帮助的人:0
展开全部
如果你做这行能做出来成绩,我把电脑吃了.
放弃吧
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友e29bb49
2007-07-25 · TA获得超过103个赞
知道小有建树答主
回答量:219
采纳率:0%
帮助的人:181万
展开全部
在你的窗体上有没有一个 控件(对象) 叫 label1
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式