- 博客(2)
- 收藏
- 关注
转载 C#WinForm窗体事件执行次序-启动、退出
是网络上可搜索到的次序当 Windows Form 应用程序启动时,会以下列顺序引发主要表单的启动事件: System.Windows.Forms.Control.HandleCreated System.Windows.Forms.Control.BindingContextChanged System.Windows.Forms.Form.L
2015-07-21 14:41:26
593
转载 CSharp-基本原理-Application.Run()、Application.Run()、Form.ShowDialog()
Application.Run()是"Begins running a standard application message loop on the current thread, and makes the specified form visible." 用代码可以表示为: while(GetMessage(&msg)>0) { TranslateMessage(&msg); Di
2015-07-20 11:28:59
1200
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人