• 您的位置我爱Aspx >> VC.Net >> 使用C#制作的更换桌面背景程序
  • 使用C#制作的更换桌面背景程序

  • 作者:aspxer  来源:internet  日期:2007-5-21 23:49:15  关键字:c#
  • this.textBox1.Text = "";

    //

    // groupBox1

    //

    this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {

    this.label2,

    this.pictureBox1,

    this.label1,

    this.groupBox2,

    this.button1,

    this.button2,

    this.textBox1});

    this.groupBox1.Location = new System.Drawing.Point(16, 16);

    this.groupBox1.Name = "groupBox1";

    this.groupBox1.Size = new System.Drawing.Size(392, 240);

    this.groupBox1.TabIndex = 3;

    this.groupBox1.TabStop = false;

    this.groupBox1.Text = "更换背景图片";

    //

    // label2

    //

    this.label2.Location = new System.Drawing.Point(8, 128);

    this.label2.Name = "label2";

    this.label2.Size = new System.Drawing.Size(72, 23);

    this.label2.TabIndex = 6;

    this.label2.Text = "预览图片:";

    //

    // pictureBox1

    我对这篇文章有话说?
  • 广告位招租,广告代号:content_468_15
  • 上一篇:MMX开发文档
    下一篇:基于MFC的编写线程快速入门