71
[理学]L07_MFC可视化编程.ppt
[理学]L07_MFC可视化编程welcome to the class
面向对象程序设计b object oriented programming b

面向对象程序设计b vc可视化编程
jianjun huang

vc可视化编程
目标: • 了解windows应用程序的基本流程, • 理解vc事件驱动机制, • 掌握创建gui应用程序方法

vc可视化编程
基本应用程序的建立: • 视窗基础应用程序 • 一个基于mfc应用程序 • mfc向导建立应用程序

windows应用程序的基本流程
开始执行

初始化应用程序

初始化并创建 应用程序窗口 进入消息循环 并获取一条消息

消息是否为 wm_quit?
是 终止程序



应用程序中是否 处理了此消息 否 转送消息给窗口 进行默认处理



处理消息

视窗基础应用程序

基本应用程序的建立

• 如何建立一个视窗应用程序?

基本应用程序的建立
例1 一个简单的windows应用程序
主要步骤: (1) 新建一个空的win32 application; (2) 添加 c++ source file
#include <windows.h> int winapi winmain (hinstance hinstance, hinstance hprevinstance, lpstr lpcmdline, int ncmdshow) { messagebox (null, "你好,我的visual c++世界!", "问候", 0) ; return 0 ; }

基本应用程序的建立

例1 一个简单的windows应用程序
#include <windows.h
55
CONT-L07-AddFeatures.pdf
AdditionalFeaturesLecture 7L7.2Modeling Contact Abaqus/StandardOverview•Tie Constraints• Rigid Bodie
1篇相似文档
30
COMP-L07-SandwichComposites.ppt
SandwichComposites Lecture 7L7.2Analysis CompositeMaterials AbaqusOverview•Introduction SandwichComp
28
M185B1-L07 ver 2.2.pdf
M185B1-L07 ver 2.2M185B1-L07 ver 2.2M185B1-L07 ver 2.2
25
M190A1-L07 ver 2.0.pdf
M190A1-L07 ver 2.0M190A1-L07 ver 2.0M190A1-L07 ver 2.0
40
核动力装置MNPP-C02-L07.ppt
核动力装置MNPP-C02-L07——所有资料文档均为本人悉心收集,全部是文档中的精品,绝对值得下载收藏!
2
复杂性胫腓骨折病人的护理l07.doc
复杂性胫腓骨折病人的护理l07例护理,骨折,复杂,例患者,性护理,胫腓骨,性骨折,病人的护理,胫腓骨骨折,胫腓骨解剖
31
CMO TFT-LCD Preliminary Specification M260J1-L07 ver 1.0.pdf
CMO TFT-LCD Preliminary Specification M260J1-L07 ver 1.0CMO TFT-LCD Preliminary Specification M260J1-L07 ver 1.0CMO TFT-LCD Preliminary Specification M260J1-L07 ver 1.0
50
Fluent-FSI_16.0_L07_CoSimulation_Workflows.pdf
ansys Fluent FSI_16.0_v2 lectures trainee
45
Fluent_Multiphase_15.0_L07_Phase_Change.pdf
Fluent_Multiphase_15.0_L07_Phase_ChangeFluent_Multiphase_15.0_L07_Phase_ChangeFluent_Multiphase_15.0_L07_Phase_Change

向豆丁求助:有没有L07?