本压缩包包括了VC++基础例子编程,可以为您提供方便.

源代码在线查看: program.cs

软件大小: 11837 K
上传用户: jianmingcao
关键词: VC 编程
下载地址: 免注册下载 普通下载 VIP

相关代码

				using System;
				using System.Collections.Generic;
				using System.Windows.Forms;
				
				namespace WinApp5_7ComboBox
				{
				    static class Program
				    {
				        /// 
				        /// 应用程序的主入口点。
				        /// 
				        [STAThread]
				        static void Main()
				        {
				            Application.EnableVisualStyles();
				            Application.SetCompatibleTextRenderingDefault(false);
				            Application.Run(new Form1());
				        }
				    }
				}			

相关资源