搜索资源列表
WinMain
- WINDOWS窗口运行机制,非MFC编写,希望能对你有所帮助,
WinMain
- 一个讲解windows程序运行原理的win32程序。源码之中已经设置好断点,通过跟随断点运行可以,比较好的理解。
Winmain
- 简单的窗口程序编辑实例,可以提供给新手参考。
vc++winmain
- windows的winmain函数,根据系统的消息判断操作
WinMain
- 在api环境下建立一个应用程序框架 ,是一个很好很便捷的方法 ,有兴趣的朋友 可以
WinMain
- 运用系统API函数,实现窗口的设计,显示,和维护-Use the system API functions, the realization of the design window, display, and maintenance
WinMain
- 孙鑫VC._code\lesson 1\Lesson1Code\WinMain\WinMain.c-SUN Xin VC._codelesson 1Lesson1CodeWinMainWinMain.c
winmain
- 此程序是对于windows框架下的程序的一个写照.对于消息驱动的程序的一个说明.以及对消息处理函数的处理.-This procedure is for the windows of the program under the framework of a portrayal. The procedures for message-driven in a note. As well as the handling of message processing function.
lesson3
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-the theory of MFC AppWizard s by Sunxin
WinMain
- 创建窗口int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine,int nShowCmd )-Create Windowsint WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine,int nShowCmd )
WINMAIN
- 演示控制台中实现MFC窗口创建过程,是理解WINDOWS编程机制的入门例程-MFC console window shows the creation process to realize, is to understand the mechanism of entry programming routines WINDOWS
MFCAppWizard
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。 -About the principles and MFC MFC AppWiza
WinMain
- 一个方便理解windows程序运行原理相关的小程序-An easy to understand the principle windows to run small programs related to
WinMain
- Windows程序运行原理程序,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Principle of the program to run Windows programs, the window generation process, the principle handle, message queue, the callback function, the wi
WinMain
- 系统函数,基本函数的使用,调用WINDOWS api函数的使用方法-system fuction how to use the basic function.use windows api fuction
WinMain
- 一个winmain的全部类容,里面包括如何启动一个程序,如何消息循环-winmain
WinMain
- 创建基于win32 Application的应用程序,如何创建应用程序-win32 Application
WinMain
- Windows程序运行原理,WinMain函数是Windows程序的入口函数-The operating principle of the Windows program, WinMain function is a Windows program entry function
WinMain
- WinMain 应用简介 实例分析 来自孙鑫的VC-WinMain Application Profile instance analysis from the Sun Xin VC++
WinMain
- windows运行控制原理,winmain函数,配套孙鑫讲解-the code is perfect.you will konw what is winmain and the windows how to work