随笔分类 -  WinForm

摘要:最近的一个C/S架构的项目中,Client端使用了ActionScript3编写的Flash和WinForm进行双向交互,需要判断客户端的FlashPlayer版本,主版本号必须大于等于9,否则提示用户安装最新的FlashPlayer10,使用以下代码即可通过Form窗体中的FalshPlayer 引用变量来获取版本号:1 string flashPlayerVersion&#... 阅读全文
posted @ 2009-05-18 12:52 Easoney 阅读(1495) 评论(0) 推荐(0)
摘要:Today, I read a post about UI in business application: User Interface Design for Business Applications from Rich Newman Here is the summary: 1. MDI: Access 2003 2. SDI: Word, Notepad, IE6 3. TD... 阅读全文
posted @ 2007-11-28 16:30 Easoney 阅读(253) 评论(0) 推荐(0)
摘要:The core code is: Application.ThreadException += new ThreadExceptionEventHandler(ApplicatioThreadExceptionHandler); Two notes: 1. The handler needs to be set up BEFORE the Windows message loop is ... 阅读全文
posted @ 2007-11-27 13:49 Easoney 阅读(376) 评论(0) 推荐(0)