搜索结果
找到约 6 项符合
GetMessage 的查询结果
汇编语言 如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessag
如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件
Windows CE wince 下的hook 程序 进行系统 GetMessage的拦截
wince 下的hook 程序
进行系统 GetMessage的拦截,本例进行WM_TEXT 拦截
多媒体处理 MPEG编解码的源码(包含视频捕捉、音频处理)
·MPEG编解码的源码(包含视频捕捉、音频处理) 相关函数/类: LoadString MessageBox LoadIcon LoadCursor RegisterClass CreateWindow ShowWindow LoadAccelerators GetMessage TranslateAccelerator TranslateMessage DispatchMessage G
Java编程 javamail的应用
javamail的应用,MailServer类可单独应用,GetMessage不完整,主要描述MailServer的应用
源码 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]; ...