摘要: http://haoel.blog.51cto.com/313033/137400我个人认为,这是一篇不错的文章,虽然我不是Program Mananger,但是我几乎在做着和这个职位很相似的工作。在这里,我把这篇文章推荐给所有的程序员,我相信,这篇文章会让你明白,只有技术是远远不够的,因为没有Program Manager这个角色,程序员们只不过一些手中拿着利器却不知所措的散兵游勇。我希望我的导... 阅读全文
posted @ 2010-06-04 10:33 kevinzhwl 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 1,运行代码: static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); // Application.Run(new Form... 阅读全文
posted @ 2010-06-04 10:13 kevinzhwl 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 3个form:StartForm(主窗体),frmWelcome,frmLogin[STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefa... 阅读全文
posted @ 2010-06-04 10:12 kevinzhwl 阅读(208) 评论(0) 推荐(0) 编辑
摘要: //程序入口using System;using System.Collections.Generic;using System.Windows.Forms;namespace huiyi{ static class Program { /// /// 应用程序的主入口点。 /// [STATh... 阅读全文
posted @ 2010-06-04 09:51 kevinzhwl 阅读(422) 评论(0) 推荐(0) 编辑