c# 本人菜鸟,有错误,怎么修改,错误 1 类、结构或接口成员声明中的标记“if”无效 错误 2 类、结构或接口成员声明中的标记“!=”无效 错误 3 类、结构或接口成员声明中的标记“==”无效 D:\M
来源:学生作业帮助网 编辑:六六作业网 时间:2024/11/24 15:44:11
c# 本人菜鸟,有错误,怎么修改,错误 1 类、结构或接口成员声明中的标记“if”无效 错误 2 类、结构或接口成员声明中的标记“!=”无效 错误 3 类、结构或接口成员声明中的标记“==”无效 D:\M
c# 本人菜鸟,
有错误,怎么修改,错误 1 类、结构或接口成员声明中的标记“if”无效
错误 2 类、结构或接口成员声明中的标记“!=”无效 错误 3 类、结构或接口成员声明中的标记“==”无效 D:\My Documents\Visual Studio 2005\Projects\WindowsApplication5\WindowsApplication5\Form1.cs 30 48 WindowsApplication5
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace WindowsApplication5
{public partial class Form1 : Form
{public Form1()
{InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{flage=true;
byte i;
for(i=0;i<listBox1.Items.Count;i++)
if(textBox1.Text.Equals((string)listBox1.ItemHeight[i])==true)
{
flage=false;
break;
}
}
if((textBox1.Text!="")&&(FlagsAttribute==true))
{
listBox1.Item.Add(TextBox1.Text)
private void listBox1_SelectedIndexChanged(object sender, EventArgs e)
{
}
&nb
c# 本人菜鸟,有错误,怎么修改,错误 1 类、结构或接口成员声明中的标记“if”无效 错误 2 类、结构或接口成员声明中的标记“!=”无效 错误 3 类、结构或接口成员声明中的标记“==”无效 D:\M
不要只贴错误,把源代码贴出来看看吧