登录
首页 » Windows核心 » 使用VC编写的一个桌面数字时钟,界面很好,使用的是数字式的显示。每次打开软件的时候都会自动选择另外一个图片做背景。...

使用VC编写的一个桌面数字时钟,界面很好,使用的是数字式的显示。每次打开软件的时候都会自动选择另外一个图片做背景。...

于 2022-02-13 发布 文件大小:130.10 kB
0 130
下载积分: 2 下载次数: 1

代码说明:

使用VC编写的一个桌面数字时钟,界面很好,使用的是数字式的显示。每次打开软件的时候都会自动选择另外一个图片做背景。-VC prepared using a desktop digital clock, interface well, using a digital display. Every time you open the software will automatically choose another time to do a background image.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 关于如何锁住键盘和鼠标
    钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
    2022-02-24 11:14:29下载
    积分:1
  • 本程序的一个托盘,详细说明了如何使用该编写的…
    本程序详细描述了如何使用VC编写的出现在Windows托盘中的顺序本程序说明了如何用VC来编写在目前的Windows托盘中的程序,用Visual C编程界面/GUI开发
    2022-07-06 20:05:55下载
    积分:1
  • 该片主要是用来帮助学习者把VB开发
    该文帮助 件主要用于学习者对vb的开发带来-The piece is mainly used to help learners bring to the development of vb
    2022-03-29 10:22:38下载
    积分:1
  • good information, windows programming required
    windows 32 SDK好资料,windows编程必备-good information, windows programming required
    2022-08-03 20:10:23下载
    积分:1
  • 线程是邪恶的,这个文档解释了为什么你应该避免使用线程。
    Threads are evil, this document explain why you should avoid using threads.
    2022-12-26 00:45:03下载
    积分:1
  • 得到CPU 硬盘序列号 BIOS编号 system信息等
    得到CPU 硬盘序列号 BIOS编号 system信息等-CPU hard drive serial number to be BIOS ID system information
    2022-05-05 03:20:07下载
    积分:1
  • 改变屏幕亮度的程序,对于一些显卡有效,可以改变显示参数Some video cards allows you to programmingly modify t...
    改变屏幕亮度的程序,对于一些显卡有效,可以改变显示参数Some video cards allows you to programmingly modify the Gamma Ramp values. You can use this feature to change the brightness of the entire screen. The SetDeviceGammaRamp API function receive an array of 256 RGB values. Increasing the values in this array will make your screen brighter, and decreasing these values will make your screen darker. You can also increase or decrease the intesity of the red/green/blue components. For example: Increasing the blue component in all RGB values will add more blue color to the entire display. -screen brightness change the procedure, for some graphics effective, display parameters can be changed Some video cards allows you to program mingly modify the Gamma Ramp values. You can use this feature to change the brightness of the ent ire screen. The API functi SetDeviceGammaRamp on receive an array of 256 RGB values. Increasin g the values in this array will make your screen b Righter, and decreasing these values will make
    2022-06-01 15:01:37下载
    积分:1
  • 来自《Visual C++程序设计技巧与实例》第四单
    来自《Visual C++程序设计技巧与实例》第四单-from "Visual C programming skills and examples" of the fourth-
    2023-05-25 04:10:04下载
    积分:1
  • c++课程设计源代码,其中的代码无须修改便可以直接编译执行...
    c++课程设计源代码,其中的代码无须修改便可以直接编译执行-c++ curriculum design, source code, no need to amend the code of which can be directly translated the implementation of
    2022-07-01 22:27:43下载
    积分:1
  • 枚举过程,得到你想要的东西的过程中,可以使你的程序…
    列举进程, 得到你想要的进程,可以做进程监视用-Enumeration process, the process of getting what you want, you can make the process of monitoring by
    2022-03-26 19:17:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载