能力值:
( LV9,RANK:170 )
|
-
-
2 楼
|
能力值:
(RANK:460 )
|
-
-
3 楼
非常支持
|
能力值:
( LV2,RANK:10 )
|
-
-
4 楼
超级支持
|
能力值:
( LV2,RANK:10 )
|
-
-
5 楼
怎么打不开,LZ
|
能力值:
( LV2,RANK:10 )
|
-
-
6 楼
斑竹,能告诉我怎么下附件吗
|
能力值:
(RANK:350 )
|
-
-
7 楼
支持Bi11的.net壳
不过附件好像是有些问题,麻烦Bi11重传一次。
|
能力值:
( LV2,RANK:10 )
|
-
-
8 楼
无法下载!!
|
能力值:
( LV6,RANK:90 )
|
-
-
9 楼
奇怪, 我这里自己就打的开...
不过现在一点附件管理就是404错误...
|
能力值:
( LV6,RANK:90 )
|
-
-
10 楼
|
能力值:
(RANK:350 )
|
-
-
11 楼
|
能力值:
(RANK:460 )
|
-
-
12 楼
已经可以下载了
|
能力值:
( LV2,RANK:10 )
|
-
-
13 楼
下来试试看~
|
能力值:
( LV2,RANK:10 )
|
-
-
14 楼
为什么无法运行..?
|
能力值:
(RANK:460 )
|
-
-
15 楼
哪一个程序?有没有什么提示?
|
能力值:
( LV2,RANK:10 )
|
-
-
16 楼
还没有学到这一步,支持一下。
|
能力值:
( LV2,RANK:10 )
|
-
-
17 楼
下来试一下,算是对作者的支持吧!
|
能力值:
( LV4,RANK:50 )
|
-
-
18 楼
namespace test
{
using System;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
public class Form1 : Form
{
private Button button1;
private Container components = null;
public Form1()
{
this.InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
MessageBox.Show("Hello world!");
}
protected override void Dispose(bool disposing)
{
if (disposing && (this.components != null))
{
this.components.Dispose();
}
base.Dispose(disposing);
}
private void InitializeComponent()
{
this.button1 = new Button();
base.SuspendLayout();
this.button1.Location = new Point(0x68, 0x60);
this.button1.Name = "button1";
this.button1.Size = new Size(0x60, 40);
this.button1.TabIndex = 0;
this.button1.Text = "Click me";
this.button1.Click += new EventHandler(this.button1_Click);
this.AutoScaleBaseSize = new Size(6, 14);
base.ClientSize = new Size(0x124, 0x10a);
base.Controls.Add(this.button1);
base.Name = "Form1";
this.Text = "Form1";
base.ResumeLayout(false);
}
[STAThread]
private static void Main()
{
Application.Run(new Form1());
}
}
}
继续努力哦。
|
能力值:
( LV13,RANK:530 )
|
-
-
19 楼
Vista 运行错误。兄台是否可以测试一下Vista的兼容性。
我发现好多。net设计到JIT操作的都要出问题
|
|
|