Windows的应用程序.pptVIP

  • 20
  • 0
  • 约2.53万字
  • 约 82页
  • 2017-03-31 发布于广东
  • 举报
Windows的应用程序.ppt

* (3)在表单上,拖入statusStrip控件,点击statusStrip状态栏下的箭头,插入toolStripStatusLabel1,进入属性,将Text属性更改为“此为状态栏,旁边可插入进度条、图片等”。具体代码可参考下面代码: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { statusStrip1 = new System.Windows.Forms.StatusStrip(); toolStripSta

文档评论(0)

1亿VIP精品文档

相关文档