搜索资源列表
Win32 编程中字体的应用
- win32 编辑中字体的应用,修改对话框中的字体。-win32 font editing application, modify the Font dialog box.
addcolortoctrl2302window
- 一个完全的 Win32 程序。示范了如何改变窗口控制的背景颜色和字体颜色,如列表框,静态控制,编辑框以及单选按钮和复选框,程序使用了Window系统中颜色选择对话框。 -a complete Win32 process. Demonstration of how to change the window control the background color and font colors, such as box, static control, edit box and the rad
tax
- to use an ActiveX control in your Win32 Project without MFC with CreateWindowEx or in a dialog box-to use an ActiveX control in your Win32 Proj ect without MFC with CreateWindowEx or in a dial og box
diy-dlg-simple
- 这个简单的dialog从开始,每一行代码都是自己写的,是一个简单的dialog程序,并没有多少功能,但是可以作为win32编程初学者查看代码学习使用。
appface_vc
- AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件: 首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: \"appface.h\", \"appface.dll\" ,\"gtclassic.urf\" 。 接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将\"appface.h
addfontstoctrl
- 一个完全的 Win32 程序。示范了如何改变窗口控制的背景色,字体颜色和字体,如列表框,静态控制,编辑框以及单选按钮和复选框,程序使用了Window系统中颜色选择对话框和字体选择对话框。 -A complete Win32 program. Demonstrates how to change the background color of the window control, font color and font, such as list boxes, static controls
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
CH1
- < Windows多媒体编程基础>> 第一章源代码 wm_char 一个最简单的Win32应用程序,响应击键动作 Hello 演示如何建立基于对话框的MFC应用程序 Frame 演示单文档MFC工程中各主要文件的作用 -< <Windows多媒体编程基础> > Chapter source code wm_char one of the most simple Win32 applications, the keyboard action
autoSleep
- 我写给自己用的定时自动休眠的小程序,对话框界面,Win32 SDK程序,用Code::Blocks开发,功能是让电脑在指定的时间后自动休眠,克服了Windows系统自带的电源管理只要一动鼠标或键盘就重新开始计时以及更改时间不方便的缺点,最长时间为1天(1440分钟)。-I wrote their own automatic sleep timer using a small program, the dialog box interface, Win32 SDK program, using C
directui_src
- 一直以来,Windows应用程序是基于GDI/User 窗口结构的,而这个结构限制了不少地方。当你尝试使用这个内建的控件集,然后简单迅速地得到了一个非常非常漂亮的应用程序的之后,你就会理解这个限制。 一个无窗体的用户界面并不使用原始的Win32控件。取而代之的是,给屏幕上的每个控件定制图像显示:包括标签、按钮、列表框等等。使用这一种接口以及不是最新的了:大部分很酷的程序都开始“皮肤”,比如WinAmp和MS Media Player。不过skinning只适合一些小的应用程序,它们拥有
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
dlgbased
- 基于VS2005,创建对话框载入图片并做处理-Based on VS2005, create a dialog box to load image and do deal with
testMFC
- 简单描述Win32编程的过程,实现对话框换背景,调出对话框的-Brief descr iption of the process of Win32 programming, to achieve the dialog box for the background, out of the dialog box
dialog
- 用Diret3D实现的基于win32程序的添加对话框资源-With Diret3D win32-based program to achieve the Add dialog resources
ex
- 用最简单的方法写得WIN32程序,基于对话框,显示所有窗口的标题。不使用MFC。VC6下编译。程序仅172K大小。小巧精悍。-win32 dialog based simplest application that enumerates all open windows titles.
dialog
- 一个最简单的对话框,里面含有若干功能,一个普通的win32程序-One of the most simple dialog box, which contains a number of features that an ordinary win32 program
Dialog-Demo
- Create a Simple Dialog with Win32 API