`
张永建
  • 浏览: 11071 次
最近访客 更多访客>>
社区版块
存档分类
最新评论

c#运行项目时,无法将类型“string”隐式转换为“System.Windows.Forms.Label”

阅读更多

 

看看你多加的那个组件名称是不是用了比如“name”等系统关键字
分享到:
评论

相关推荐

    C#+sql宿舍管理系统

    private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; /// /// 必需的设计器变量。 /// private System.Component...

    C# upd服务类c.zip

    private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.RichTextBox richTextBoxReceivedMsg; private System.Windows.Forms.TextBox ...

    使用C#开发的类似QQ聊天工具的小软件

    private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Timer timer1; private string SysInf; private System.ComponentModel....

    酒店系统管理C#语言开发的

    private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txt4; private System.Windows.Forms.TextBox txt5; private System.Windows.Forms.Label label5; private System....

    C#图书馆管理信息系统

    private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button button1; private System....

    c#计算器,可以学习C#语言

    private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox expressBox; private System.ComponentModel.Container components = null; //***往下为自已定义的变量*** //...

    C# for CSDN 乱七八糟的看不懂

    C#(WINFORM)学习 一、 C#基础 基础 类型和变量 类型和变量 类型 C# 支持两种类型:“值类型”和“引用类型”。值类型包括简单类型(如 char、int 和 float 等)、枚举类型和结构类型。引用类型包括类 (Class)类 ...

    C#写gps中心服务处理程序

    private System.Windows.Forms.Label lblInfo; private System.Windows.Forms.Timer TimerConn; private byte[] TempBuff; private System.Windows.Forms.CheckBox checkBox1; private ...

    C#浏览器编程,学习使用

    using System.Windows.Forms; using System.IO; using System.Threading; using mshtml; using System.Net; using System.Runtime.InteropServices; using SHDocVw; //********************************************...

    猜数字游戏(C#编写 GUI界面)

    using System.Windows.Forms; namespace gn { public partial class Form1 : Form { string ready; int counti = 1; public Form1() { InitializeComponent(); this.label1.Hide(); this.button2.Hide(); ...

Global site tag (gtag.js) - Google Analytics