搜索结果
找到约 5 项符合
CreateWindow 的查询结果
汇编语言 如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessag
如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件
多媒体处理 MPEG编解码的源码(包含视频捕捉、音频处理)
·MPEG编解码的源码(包含视频捕捉、音频处理) 相关函数/类: LoadString MessageBox LoadIcon LoadCursor RegisterClass CreateWindow ShowWindow LoadAccelerators GetMessage TranslateAccelerator TranslateMessage DispatchMessage G
VC书籍 以传统的C/SDK 撰写Windows 程序
以传统的C/SDK 撰写Windows 程序,最大的好处是可以清楚看见整个程序的来龙去脉
和消息动向,然而这些重要的动线在MFC 应用程序中却隐晦不明,因为它们被Application
Framework 包起来了。这一章主要目的除了解释MFC 应用程序的长像,也要从MFC 源代
码中检验出一个Windows 程序原本该有的程序进入点(WinMain)、视窗类别 ...
源码 c#简单计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...
软件 简单的计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...