2010年8月29日

摘要: When you build a driver or other program, the program's symbols are usually stored in symbol files, although some older compilers store certain symbols in the executable file. When a debugger is analyzing a program, it needs to access the program's symbols. Typically, symbol files can includ 阅读全文
posted @ 2010-08-29 16:03 做个不善的人 阅读(589) 评论(0) 推荐(0)
 
摘要: Most project managers tend to think only conventionally when managing projects. This means that they begin from a given project goal, plan the project to meet the goal, then execute the plan in order to meet the project goal. Little thought is given to strategic thinking or systems thinking. As a re 阅读全文
posted @ 2010-08-29 14:27 做个不善的人 阅读(969) 评论(0) 推荐(0)
 
摘要: Dialog 依其 与父窗口的关系,分为两类:Modal dialog: 在关闭对话框前,不能激活同一应用的其他窗口;Modeless dialog:创建Modal Dialog Box可以使用API函数DialogBox创建一个Modal Dialog Box。You must specify the identifier or name of a dialog box template resource and a pointer to the dialog box procedure. The DialogBox function loads the template, displays 阅读全文
posted @ 2010-08-29 11:25 做个不善的人 阅读(1535) 评论(0) 推荐(0)