c#编程错误 1 未能找到类型或命名空间名称“Form”(是否缺少 using 指令或程序集引用?)
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.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;
namespace RC5
{ public partial class RC5Form : Form
{ public RC5Form()
{ InitializeComponent();
}
private void sourceFileButton_Click(object sender, EventArgs e)
{ if (openFileDialog.ShowDialog() == DialogResult.OK)
{ sourceFileTextBox.Text = openFileDialog.FileName; }
}rgetFileButton_Click(object sender, EventArgs e)
{ if (saveFileDialog.ShowDialog() == DialogResult.OK)
{
targetFileTextBox.Text = saveFileDialog.FileName;
}
}
private void keyButton_Click(object sender, EventArgs e) 展开
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;
namespace RC5
{ public partial class RC5Form : Form
{ public RC5Form()
{ InitializeComponent();
}
private void sourceFileButton_Click(object sender, EventArgs e)
{ if (openFileDialog.ShowDialog() == DialogResult.OK)
{ sourceFileTextBox.Text = openFileDialog.FileName; }
}rgetFileButton_Click(object sender, EventArgs e)
{ if (saveFileDialog.ShowDialog() == DialogResult.OK)
{
targetFileTextBox.Text = saveFileDialog.FileName;
}
}
private void keyButton_Click(object sender, EventArgs e) 展开
2个回答
展开全部
没有引用System.Windows.Forms吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你确认是否建立了 form4 这个窗体
大小写有没有搞错,是不是 Form4 ?
大小写有没有搞错,是不是 Form4 ?
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询