搜索资源列表
用CSharp制作字幕显示屏幕保护
- 本文介绍使用C#制作屏幕保护的方法,这个屏幕保护就是仿效视窗系统自带的字幕屏保。-This paper describes the use of C# production of the screen, the screen is to follow the system's own Windows screensaver subtitles.
AnimatePalette
- 一个用C#编写的屏幕保护程序。动画不规律出现,达到屏幕保护功能-a C# prepared by the screen saver. There is not animation law, the protection function to screen
screen
- 用C#制作字幕显示屏幕保护,窗体运行后无边界,不显示在任务栏上-C# produced subtitles display screen protection, the form after running no borders, not displayed on the task bar
MyScreenSafe
- 这是一个用Visual C++.NET编写的WINDOWS屏幕保护程序源代码-This is a Visual C.NET prepared by the Windows screensaver program source code
3
- 屏幕保护程序,该程序是用C写成,功能较完整
save
- 一个用C#编写的屏幕保护程序-a C# prepared by the screen saver
vc源码1
- 用c++实现256色PCX文件解码的源程序 里面有完整详细的注释-used to achieve 256-color PCX decoding of the source document with complete details inside the Notes
pingbao---
- 用C语言制作一个简单的屏保程序源文件代码-C language make a simple screen saver program source code
WaterScr
- C+++水波纹效果WaterScr 在没有鼠标与键盘的输入操作时 会将用现有的桌面图片产生波纹状. 水滴落入湖面的效果-C+++ water ripple effect WaterScr in the absence of the mouse and keyboard input operation, the desktop picture will be produced with existing corrugated. The effect of water drople
GoldFish
- 用C#实现的屏幕金鱼宠物源代码,可以在vista,XP等windows系统下用-With C# Realization screen pet goldfish source code, can vista, XP and other windows system using
popo
- 相信很多人都见过泡泡屏保吧,很多人也许就在用,确实很漂亮,不过大家又没有想过怎么用C++代码写出来呢? 看下面的代码。-I believe a lot of people have seen it bubble screen, a lot of people may be in use, is indeed very beautiful, but the U.S. has not thought about how to use C++ code to write out? Look the f
saverscreen2
- 这是一个用visual c++6.0编写的屏幕保护程序,这是一个用visual c++6.0编写的屏幕保护程-This is a work written in visual c++6.0 screen saver, this is a work written in visual c++6.0 screen saver process
MFCscreensaveCPPcoursedesign
- MFC屏幕保护系统CPP课程设计,完全用mfc编写适合不太会用C++的同学看-MFC screen saver CPP course design, complete with mfc are not very good preparation for students to see C++
STEAK
- 用c++ builder制作的桌面壁纸修改-Produced by c++ builder to modify the desktop wallpaper
screenprotect
- 用c编写的屏幕保护系统,具有一定的技术含量,对于c的学习有很大的帮助-C prepared by screen protection system, with certain technical content, for c is very helpful in learning
ball
- 用c语言写的屏幕保护,可用于毕业设计,有源代码跟详细的注释-With c language screen saver can be used for graduation design, source code with detailed comments
zimupinbao
- 这是个用c#实现的字幕屏保软件,在一定时间内自动出现字幕实现屏保。-This subtitle is a C# screensaver software, subtitles appear automatically within a certain time to achieve screensavers.
vcDllCapture
- VC/C++源码,图形处理,屏幕抓图 C++ 基于DLL的屏幕抓图,是利用通用的热键管理DLL 实现的热键功能,在收到热键通知后截取屏幕的内容并保存到BMP 文件中。从而实现屏幕抓图功能,运行程序后,界面可参见上图,单击【浏览…】按钮可以改变保存文件的路径,而单击【设置】按钮则可以改变截取屏幕的热键。 实现思路主要是: 在一个DLL(热键管理DLL)中安装一个键盘钩子,用另一个程序(Capture)通过这个DLL 来增加、修改、删除热键。当用户按了抓取屏幕的热键后,热键管