随笔分类 - WinForm
摘要:最近的一个C/S架构的项目中,Client端使用了ActionScript3编写的Flash和WinForm进行双向交互,需要判断客户端的FlashPlayer版本,主版本号必须大于等于9,否则提示用户安装最新的FlashPlayer10,使用以下代码即可通过Form窗体中的FalshPlayer 引用变量来获取版本号:1 string flashPlayerVersion...
阅读全文
摘要: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...
阅读全文
摘要: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 ...
阅读全文

浙公网安备 33010602011771号