constructor TWinForm.Create;
begin
inherited Create;
//
// Required for Windows Form Designer support
//
InitializeComponent;
//
// TODO: Add any constructor code after InitializeComponent call
//
end;
procedure TWinForm.Button1_Click(sender: System.Object; e: System.EventArgs);
begin
TextBox1.Text:=''''Hello World!'''';
end;
end.
3 VCLForms Application for Win32.
它的代码和1完全一样。
最后是用c#写的helloworld.它只有.net一种方式,因为它诞生在.net时代。
using System;
using System.Drawing;
using System.Collections;
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!




