搜索:CreateWindow

找到约 6 项符合「CreateWindow」的查询结果

结果 6
https://www.eeworm.com/dl/644/102600.html 汇编语言

如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessag

如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件
下载 189
·
查看 1084
https://www.eeworm.com/dl/521/15660.html 多媒体处理

MPEG编解码的源码(包含视频捕捉、音频处理)

·MPEG编解码的源码(包含视频捕捉、音频处理) 相关函数/类: LoadString MessageBox LoadIcon LoadCursor RegisterClass CreateWindow ShowWindow LoadAccelerators GetMessage TranslateAccelerator TranslateMessage DispatchMessage G
下载 49
·
查看 1178
https://www.eeworm.com/dl/952974.html 技术资料

MPEG编解码的源码(包含视频捕捉、音频处理)

·MPEG编解码的源码(包含视频捕捉、音频处理) 相关函数/类: LoadString MessageBox LoadIcon LoadCursor RegisterClass CreateWindow ShowWindow LoadAccelerators GetMessage TranslateAccelerator TranslateMessage DispatchMessage G
下载 8
·
查看 3166
https://www.eeworm.com/dl/686/417907.html VC书籍

以传统的C/SDK 撰写Windows 程序

以传统的C/SDK 撰写Windows 程序,最大的好处是可以清楚看见整个程序的来龙去脉 和消息动向,然而这些重要的动线在MFC 应用程序中却隐晦不明,因为它们被Application Framework 包起来了。这一章主要目的除了解释MFC 应用程序的长像,也要从MFC 源代 码中检验出一个Windows 程序原本该有的程序进入点( ...
下载 198
·
查看 1108
https://www.eeworm.com/dl/513825.html 源码

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 szWindowCla ...
查看 80
https://www.eeworm.com/dl/513826.html 软件

简单的计算器

// 学生管理.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 szWindowCla ...
查看 35