搜索资源列表
ScrolledDialogBoxByPureWin32API
- 用纯win32 API 实现的有滚动条的对话框窗口 -A scrolled dialog form implemented by using pure win32 API
Win32
- 纯API创建对话框和通过数组批量建立各种控件-API CREATE DIALOG AND A LOTS OF BUTTON
APIfunctionreference
- 《WINDOWS/WIN32/WINDOWS NT 程序设计通用API函数参考》。本书讨论了通用的Windows/Win32/Windows NT API函数,这些函数涉及如下方面:加速键、位图、脱字符、NT控制台、剪贴板、裁剪区、控件、曲线输出、设备环境、对话框、绘图工具、文件I/O、字体、GDI对象、图标、键盘、画线、映射、菜单、消息、鼠标、绘图、调色板、矩形操作、滚动、语音、字符串、文本输出、时间与计时器、版本管理、窗口操作及窗口管理。附录中还列出了Windows/Win32/Window
addcolortoctrl
- 这是个纯粹的Win32 API 代码,没有用MFC。代码示范了如何将颜色添加到编辑框,列表框,组合框,静态控制以及单选按钮和复选框。此外,代码还示范了通用的颜色选择(ChooseColor)对话框编程。-This is a pure Win32 API code, and did not use MFC. Code demonstrates how to add color to the edit box, list box, combo box, static control, and rad
CustomColorDialog
- The common dialog boxes on Windows are sufficient for most users. However there are always requirements where these dialog boxes need customization. I wanted users to choose not only color but specify the alpha values from the ColorDialog box. I cust
perl_open
- perl使用win32 api来打开文件的操作。会跳出对话框。包括主程序实例和模块-perl use to open the file in win32 api operation. Dialog box will pop up. Including the main program examples and modules
Dialog-Demo
- Create a Simple Dialog with Win32 API
HelloMsg
- 使用VC++ 6.0、Win32 API,编写的一个简单对话框窗口。-Making a simple dialog window with Win32 API using VC++ 6.0.