搜索资源列表
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.
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
