搜索资源列表
button
- MiniGUI 为实时嵌入式操作系统提供了非常完善的图形及图形用户界面支持。MiniGUI 本身的可移植性设计,使得不论在哪个硬件平台、哪种操作系统上运行,MiniGUI 均能为上层应用程序提供一致的应用程序编程接口(API)。 minigui中button控件的实现-MiniGUI for real-time embedded operating system offers excellent graphics and graphical user interface
CtrlView
- Wince.Net平台上使用标准API实现的控件界面,使用API实现了标准BUTTON、EDIT、RADIO控件的功能!-Wince.Net platform using standard API interface, the controls, Use of the standard API BUTTON, EDIT, Radio Control Function!
WINSHOW.rar
- 用Windows API实现自绘按钮类,帮助初学VC的朋友理解封装的概念!,Using Windows API to achieve self-drawn button class, to help novice VC friends to understand the concept of package!
ICanSeeYou.rar
- ICanSeeYou远程控制软件(所有C#源代码)另外附有说明文档。代码重用性通过结合程序员定义的类和定义良好、精心测试、文档完整、可移植和用途广泛的FCL(重用框架类库),开发者进行软件构建,这种形式的软件重用加速了功能强大和高质量软件的开发。而本项目定义了不少可重用的代码,例如文件的各种操作,鼠标的模拟点击,键盘的模拟按键按下,关机,屏幕截取,API函数库,网络的基本操作等。,ICanSeeYou remote control software (all C# Source code) wi
API.rar
- 直接用API编按钮,其实按钮和很多控件一样,都是windows子窗口.有了这个窗口可以有很多方法.用api函数编是很基层的方法,API for direct use of the button, in fact, a lot of buttons and controls, are sub-windows window. With this method there can be many windows. Api function used for grass-roots approach i
WINSHOW
- Win API 实现的自绘按钮类,可以任意更改按钮背景图片。 -Win API to achieve self-drawn button class, the button can change the background picture.
joystick-api
- 游戏手柄joystick api测试程序(VB): joyGetNumDevs 获取当前系统支持的游戏设备数量 joyGetDevCaps 查询获取指定的游戏杆设备以确定其性能 joySetCapture 向系统申请捕获某个游戏设备并定时将该设备的状态值通过消息发送到某个窗口 joyReleaseCapture 释放对某个游戏设备的捕获 joyGetPos 获取游戏设备的坐标位置和按钮状态 joyGetPosEx 获取游戏设备的坐标位置和按钮状态 joyG
Win32
- 纯API创建对话框和通过数组批量建立各种控件-API CREATE DIALOG AND A LOTS OF BUTTON
Win32Tetris_C
- Windows入门程序,直接使用Windows API编写。几乎包含了Widows入门会碰到的所有知识,像窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练下手应该会收获不少。带详细注释的源代码,开发环境是VC6,希望对你有所帮助。-Windows entry procedures, the preparation of the direct use of Windows API. Widows entry contain
SuperTab
- 本人学习Windows编程时的入门程序,使用API演示了Windows编程常用的控件的创建和基本用法,包括Static、Button、Tab、Tree、Progress、Timer、ImageList等等,使用VC++ 2005可以直接编译运行。 -I am learning Windows programming at the time of entry procedures, demonstrated the use of Windows programming API used to
CandyButton
- 一款清爽的VB版水晶按钮控件的源代码,附有众多风格样式的按钮使用示例,这款控件是基于API函数,一总用到了4个API,按钮效果还是不错的,不过程序反应有点慢,而且也稍微占用系统资源,水平高的朋友可以改进一下。-A fresh crystal button version of the VB source code control, with many styles of buttons to use an example, this control is based on the API fun
title
- 标题栏添加按钮 delphi 写的 windows api-Delphi button to add the title bar of the windows api to write
Win32Tetris_C
- 为了挑战一个新的高度,作者原创了他从事WEB编程以来的第一个Win32 API应用,之所以编写一个游戏,是因为游戏考察的知识面很综合,之所以选择俄罗斯方块,一是自己曾被瘾过,二是发现这款游戏几乎包含了Widows入门的很多知识,比如窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练手会收获不少。本游戏是带有背景音乐的,一边玩游戏一边欣赏音乐的感觉相信很舒服。-In order to challenge a new leve
button
- 用VB做API做的透明按钮,多种多机,像FLASH一样,-API using VB to do so transparent button, and a variety of multi-machine, such as FLASH, the
CE_Button_SDK(API)
- 使用API做的自绘制按钮,可根据需要改写,可复用代码,建议先看懂。有疑问请联系作者:zcq108@126.com-using API to make a Button,you can change it if you need ,extend code ,suggeste you to see it. if you have a question ,you can contact the code maker.
Button
- Windows编程中按钮资源的引用,希望中意-to refer the button resource by windows api
ExampleofWinAPI
- This is an example of window application for creating some button and some background color for the rectangle on the right.When user click on either one of button at left hand side,then rectangle box at right will change colour to red and vice verse.
VB.api.programming.programming.model.dynamic.butto
- VB api编程模块动感按钮编程代码VB api programming code programming model dynamic button -VB api programming code programming model dynamic button
Win-API--button-class--
- 网上提供的控件自绘基本上是MFC或WTL封装好的类,对于不想用MFC的人来说是一无是处的,我可是WIN32API的坚决拥护者。因为MFC等也是用WIN32API封装起来的,学好了WIN32API,可以深入的了解WINDOWS内部的机制,编写出来的程序才能得到更好的优化。 -Available online from the controls in MFC or WTL painting is basically a good class package, for people who do no
BUTTON
- VBA用API实现自定义按钮的特殊浮动效果-API button special floating effect