搜索资源列表
testwin.zip
- 如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件
sharegem_deskpop
- 主要实现: 利用CREATEWINDOW建立与释放程序窗体。 WM消息队列循环。 向应用程序发送程序ICON。(否则生成的程序无图标类似DOS程序) 隐藏桌面程序。 在TRAY栏右键弹出退出,关于栏。 实现程序在DELPHI下无FORM的编写。 运用WINAPI一些技巧。-main : CREATEWINDOW establishment and release procedures Form. WM Message Queue cycle. Send
win32controls
- 用纯粹的API来创建窗口控件及其控制 作者: hwc 此代码示范并解释了如何用纯粹的API创建窗口控件,如使用CreateWindow和 CreateWindowEx在窗口中创建列表框、编辑框和按钮。不仅告诉你如何创建它们,而且还示范了如何使用。此外,代码还示范了如何用TAB、Shift+Tab等来控制输入焦点以及快捷键。
CreateWindow
- 自己编码实现创建窗口功能,简明表述mfc内部实现窗口创建的过程
CodeGuruEssentialDifferencebetweenCONSOLEandGUIApp
- Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOLE and GUI applications with 20 lines of code. There are 2 small projects in this sample. The first project shows how to create a console in WinMain(). First o
testwin
- 如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件- How compiles is smaller than the 20K Windows procedure How demonstrates uses: CreateWindow,
Createwindow
- 应用程序:Example 项目概述 === === === === === === === === === === === === 应用程序向导已为您创建了此 Example 应用程序。 本文件概要介绍组成 Example 应用程序的每个文件的内容。 Example.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的 平台、配置和项
1
- 编写BTNLOOK应用程序 1.实验名称 创建BTNLOOK应用程序 2.实验要求:学会创建一个简单完整的BTNLOOK程序,并调试运行。 3.实验内容: 实现课本中第十章的BTNLOOK应用程序,然后回答下面问题。 (1)说明CreateWindow函数各个参数的作用 -1 prepared BTNLOOK applications. Experiment name BTNLOOK application to create 2. Experimental require
Win32_Controls
- 新手可以看一下,这个小程序演示了和解释了如何使用纯API的CreateWindow和CreateWindowEx创建窗体,以及删除窗体,并演示如何使用列表框、编辑控件和按钮等常用窗体元素。-Novice can look at this small program to demonstrate and explain how to use pure API s CreateWindow and CreateWindowEx to create a form, as well as to form
testwin
- 如何在Delphi中编写小于20K的Windows程序. 演示如何使用: CreateWindow,CreateWindowEx,SendMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件-How to Delphi in the preparation of the Windows program is less than 20K.
SendMsg
- 用CreateWindow创建主程序界面,比如列表框,文本框等等,并列举了系统进程,和进程内模块。以及文件定位等等。-Use CreateWindow to create the main program interface, such as list boxes, text boxes, etc., and lists the system process, and process modules. And file location and so on.
VCADO
- 在WIN32中,模式对话框的创建一般是使用DialogBox来进行创建的。而非模式对话框则是利用CreateWindow来创建的。在MFC或是WTL中,模式对话框一般是使用DoModal,而非模式对话框的创建则是使用Create。 模式对话框创建后,程序的其他窗口便不能进行操作,必须将该窗口关闭后,其他窗口才能进行操作。而非模式对话框则无需这样,它不强制要求用户立即反应,而是与其他窗口同时接受用户操作。 -very good!!
CreateWindow
- create window in mfc
ww
- 用纯粹的API来创建窗口控件及其控制 作者: hwc 此代码示范并解释了如何用纯粹的API创建窗口控件,如使用CreateWindow和 CreateWindowEx在窗口中创建列表框、编辑框和按钮。不仅告诉你如何创建它们,而且还示范了如何使用。此外,代码还示范了如何用TAB、Shift+ -With pure API to create windows and control of control: hwc this code model and explains how to creat
123
- it could help you create an edit window
CreateWindow
- 创建特色窗口标题条,更改窗口显示程序,delphi7.0-CreateWindows
HexCalc
- c语言计算器,这个程序列完全不呼叫CreateWindow,也不处理WM_PAINT消息,不取得设备内容,也不处理鼠标消息。但是它只用了不到150行的原始码,就构成了一个具有完整健盘和鼠标接口以及10种运算的计算器.-c language calculator, this program calls out completely CreateWindow, do not handle WM_PAINT messages, the content does not get equipment, o
CreateWindow
- 创建不规则窗口,DELPHI 7 测试通过-Create irregular window
t_shell.c.tar
- 实现内部操作命令的调用。是一个不错的shell框架实例- CreateWindow( “button”, “My Button”, WS_CLIPSIBLINGS|BS_PUSHBUTTON,0, 0, 58, 14, hWnd, NULL, g_hInstance, NULL )
game2
- 小游戏。因为是初学者,所做的东西还不能算是厉害的,只能说正在努力的过程-#include<windows.h> #include"resource.h" #include<stdio.h> LRESULT CALLBACK WndProc(HWND hwnd,UINT uMSG, WPARAM wParam,LPARAM lParam) void DrawBitmap(HDC hdc,UINT ID, int x,int y,HWND hwnd)