搜索资源列表
zhou_a
- 如果只是做一个屏保,用VC做屏幕保护程序是件很简单的事。 只须在Project->Settings->Debug中Executable for debug session一栏中将其后辍名改为src,编译即可。但要做出精美的屏保来。那就要下点功夫了-if only done a screensaver, so VC screen saver is a very simple thing. Only in Project-gt; Settings - gt; Debug which Ex
multimon_screensaver
- 多屏显示器下的屏幕保护显示器控制编程,用VC编写,调试通过。-Multi-screen monitor screen saver displays under the control of programming, prepared by VC, debug through.
txt
- 一个txt文件编的程序 将看到效果,一个3d房子,一段音乐 将文件的代码复制下来保存为1.txt.,保存到D盘 开始-运行-cmd 回车 输入D: 输入debug<1.txt 将看到效果,一个3d房子,一段音乐 退出按,Esc键,在cmd下输入exit -Copy the code down to the file is saved as 1.txt., Saved to the D drive start- run-cmd enter t
p90gun4
- Please read your package and describe it at least 40 bytes in English. System will automatically delete the directory of debug and release, so please do not put files on these two directory You should upload at least five sourcecodes/documents. (up
vcDllCapture
- VC/C++源码,图形处理,屏幕抓图 C++ 基于DLL的屏幕抓图,是利用通用的热键管理DLL 实现的热键功能,在收到热键通知后截取屏幕的内容并保存到BMP 文件中。从而实现屏幕抓图功能,运行程序后,界面可参见上图,单击【浏览…】按钮可以改变保存文件的路径,而单击【设置】按钮则可以改变截取屏幕的热键。 实现思路主要是: 在一个DLL(热键管理DLL)中安装一个键盘钩子,用另一个程序(Capture)通过这个DLL 来增加、修改、删除热键。当用户按了抓取屏幕的热键后,热键管