搜索资源列表
Code
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。
windows
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。
WinPad_-_A20315111172006
- 这是一个完整的窗口程序却没有用任何VB Forms(窗体)。本代码模拟的是Windows记事本程序,完全不使用VB窗体,所有窗体代码均是在模块里写成的。这种独辟蹊径的方法很值得学习!
2.8duihaukuang
- windows API窗口控件 对话框编写-windows API dialog window controls the preparation of
TestFruitCombo2005
- 该程序运行平台是VS 2005。这个小程序是windows编程中编辑框和组合框的综合实例,是一个选择水果的窗口,当选择一种后,用户的选择会在下面显示出来-The program runs platform is VS 2005. This little program is windows programming combo box edit box and a comprehensive example of the window is a choice of fruit, when you
Data
- 窗口分割左边是CTreeCtrl右边是CListView-Windows partition on the left is the CTreeCtrl right is CListView
27
- 会根据使用者的选择来画出函数图形。程序执行后,会出现两个小窗口,一个窗口会负责读取键盘的输入,另一个窗口则负责绘图。-Drawing the Function according the user s choice. It will occur two windows: one is for read the input from keybord, and the other will draw the pictures
XCGUIv109
- 炫彩界面库特性: 1.精小高效:C++软件界面开发框架,基于Windows平台的Win32开发,不需要其他的库支持,从而缩小软件体积,提高效率,增强软件的兼容性. 2.DirectUI思想:采用DirectUI设计思想,在窗口内无子窗口,界面元素都是一个逻辑上的区域,以方便开发出炫彩高效的软件. 3.效果出众:界面效果出众,解决了传统UI子窗口抖动,闪烁,效率低,代码臃肿等问题,让您的软件一跃而出. 4.易扩展:基于炫彩界面库框架,可以扩展出更强大的功能,以便实现复杂的应用需求.
cixingchuangkou
- 在MFC中,使不同窗口在距离很近时,自动吸附在一起。-In MFC, different windows automatic adsorption together in very close.
Lesson1Code
- 运用C++进行win窗口的编程,可添加按钮等工程。-Windows window programming with c++, you can add buttons and other projects
TEXT
- 在windows串口中,,写文本信息,然后传递到第二个子窗口,供参考-In windows serial port ,, writing text message, and then transferred to the second sub-window for reference
likechildthe
- 在多文档应用程序的状态条中加入子窗口的列表, 使程序的状态条有点像Windows 95的任务条,-In many documents in the application s status bar to join the list of child Windows, make the program status bar is a bit like the task of Windows 95,
FQVAH
- 这是一个禁止IE弹出窗口的程序,可以直接调试通过,方便于学习-This is a ban on IE pop-up Windows program, can be directly debugging through, convenient for learning
868408
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使()