搜索资源列表
bin.win32
- 很多人不会在windows里编译htk,因此所有htk3.2.1的程序在windows里编译了一次,可以在命令窗口下直接使用这些指令.-many people will not compile the windows Lane HTK, all the procedures htk3.2.1 windows Lane compiler, the one window in order to use them under direct orders.
窗口分层淡入
- 基于windows基础上的win32编程,实现窗口的分层淡入淡出,也可通过修改基于Pocket PC上运行-windows based on the basis of win32 programming to achieve the layered window fades out, also by modifying based on the Pocket PC operating
MiniPlayer (Win32 SDK)
- 这是一个用MCI String Interface编写的一个小播放器。有实用价值,可以用来播放.AVI .MPG, .ASF ..WMV文件。但整个程序作为编程参考更好些。程序提供了一个较完整的窗口框架,例如菜单处理,Rebar和Toolbar控制。程序还解决了几个编写Windows程序经常遇到的小问题:怎样把\"Opend\"对话框放到父窗口的中间?怎样实现全屏窗口?怎样让窗口总在最前面?-This is a String Interface with MCI prepared by a sm
Win32Cut
- 分词程序,Win32窗口界面程序,含设计文档,具有打开文档,显示分词结果,保存结果等功能,欢迎讨论。- The participle procedure, the Win32 window contact surface procedure, contains the design documents, has opens the documents, demonstrated the participle result, preserves function and so on resu
winMeta4
- 一个简单的Windows API应用实例,但是很能说明问题,涵盖了API设计Win32窗口应用程序的基本思想-a simple Windows API application, but can be used to describe the problem, Design covers the Win32 API application window the basic idea
ABC-win32-v3.1
- ABC P2P 源码,不可不看。 全新的BT客户端ABC [Yet Another Bittorrent Client>,开一个可以下载多个BT,相信很多人已经找了好久,但是一直没有满意的吧?ABC是一个非常棒的单窗口BT客户端。稳定,占内存非常小,速度快!新版修正一个Shad0w内核代码上的bug,修复一个字面上的错误,修复2个未翻译的单词,图标已经修复。-ABC P2P source, can not see. BT's new client ABC [Yet Anothe
DVESG-2007-06-04
- Win32窗口类,表示一个渲染目标窗口,该函数封装了窗口的handle以及该窗口的OpenGL渲染上下文环境。
DVESG-2007-10-03
- Win32窗口类,表示一个渲染目标窗口,该函数封装了窗口的handle以及该窗口的OpenGL渲染上下文环境。
3DWindow2
- 关于为win32窗口编程,创建工具栏,菜单栏等窗口控件
最简单的SDK窗口程序
- 这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释。-SDK This a process. This program tracking shows the coordinates of the mouse position, and if the mouse op
Win32下基于对话框编程
- 在Win32 sdk下基于对话框编程,程序是一个十进制与十六进制转化的窗口,注意的是十六进制的字母是小写的。。。
WIN32 SDK界面:仿Window命令行界面
- 模仿Windows命令行窗口,或者是telnet客户端风格的带命令输入的文本显示窗口。基于WIN32 SDK完全自绘窗口。
abouthtml3
- 获得 Win32 窗口句柄的更好的方法 ----动态生成并显示 HTML 文档 ----再谈禁用HTML的上下文菜单... -Win32 window handle to obtain the better way---- dynamically generate and display HTML documents---- return to the context menu to disable HTML ...
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
GDI_HelloWorld
- 使用GDI方式实现,文字显示的,win32窗口程序代码。-Way to use GDI implementation, text displayed, win32 code window.
win32
- 根据位图实现不规则窗口,点击esc按键窗口退出。-According to the realization of irregular bitmap window, click the window from the esc key.
WIN32-API-achieve-MSN-pop-up-message-window-minimi
- (VC6.0下通过编译)用WIN32 API 实现MSN弹出消息窗口、最小化到系统托盘、静态文本超链接-(VC6.0 through the compilation) with the WIN32 API to achieve MSN pop-up message window, minimize to system tray, static text hyperlink
win32
- win32窗口消息处理,发送消息,接收消息,响应函数-win32 message
窗口
- 简单的win32程序,第一个win32程序(Simple Win32 program)
Win32 API
- Win32 API Windows系统编程常用帮助文档,作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。