登录
首页 » C# » c# 切换windows桌面背景

c# 切换windows桌面背景

于 2013-07-19 发布
0 189
下载积分: 1 下载次数: 0

代码说明:

c# 切换windows桌面背景

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

发表评论

0 个回复

  • Win32Application
    VC++获取到Windows开机运行的时间,不是开机时间,而是从开机后到现在的运行时间,也就是一次开机所运行的时间,如果关机了,可能就不准确了。(The VC++ get to the Windows boot running time is not boot time, but from the boot to the running time, which is the time you turn on the running time, shutdown, and may not be accurate.)
    2013-04-24 17:46:46下载
    积分:1
  • howtoMatlab7VC++6dll
    如何将Matlab7.0函数转换成VC++6.0动态链接库,浅显易懂(How to convert Matlab7.0 function VC++ 6.0 dynamic link library, easy to understand)
    2008-04-13 19:37:14下载
    积分:1
  • C#自动更新服务(本地服务安装)
    using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{    //获取学生信息    public class Service_Update_Data : IWindowsService    {        private ILogWriter _logWriter = null;        private const string logCategory = "Services.Info";        private string logInfoSource = "Update_Data";        private const string logErrorCategory = "Services.Error";        private const string logErrorSource = "Update_Data_Error";        private bool BeStop = true;        private System.Timers.Timer timer = null;        public void Start(Common.Log.ILogWriter logWriter, string gameCode)        {            gameCode = gameCode.ToUpper();            logInfoSource = gameCode;            _logWriter = logWriter;            BeStop = false;            StartRequestData();        }        int stata = 0;        private void StartRequestData()        {            try            {                #region 配置                //时间频率                var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData");                //更新学生开始时间                var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime");                //更新学生结束时间                var studentendtime = ServiceHelper.GetInterval("StudentEndTime");                    //是否更新学生基本信息:true为更新 false为不更新                var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet"));                                #endregion                timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () =>                {                    int timeHour = DateTime.Now.Hour;                    if (timeHour == 3)                        stata = 0;                    #region 更新学生基本信息                    if (studentbegintime
    2015-03-11下载
    积分:1
  • RDM 解析,协议代码,适用于artnet 协议
    RDM 解析,协议代码,适用于artnet 协议 【源码目录】 RdmProtocal ├── Debug│   ├── RdmProtocal.exe│   ├── RdmProtocal.exp│   ├── RdmProtocal.lib│   └── RdmProtocal.pdb├── RdmProtocal│   ├── Debug│   │   ├── LzMethod.obj│   │   ├── RdmNode.obj│   │   ├── RdmProtocal.Build.CppClean.log│   │   ├── RdmProtocal.log│   │   ├── RdmProtocal.obj│   │   ├── RdmProtocal.pch│   │   ├── RdmProtocal.res│   │   ├── RdmProtocal.tlog│   │   │   ├── CL.command.1.tlog│   │   │   ├── CL.read.1.tlog│   │   │   ├── CL.write.1.tlog│   │   │   ├── RdmProtocal.lastbuildstate│   │   │   ├── RdmProtocal.write.1u.tlog│   │   │   ├── link.command.1.tlog│   │   │   ├── link.read.1.tlog│   │   │   ├── link.write.1.tlog│   │   │   ├── rc.command.1.tlog│   │   │   ├── rc.read.1.tlog│   │   │   └── rc.write.1.tlog│   │   ├── RdmProtocalDlg.obj│   │   ├── stdafx.obj│   │   ├── vc140.idb│   │   └── vc140.pdb│   ├── LzMethod.cpp│   ├── LzMethod.h│   ├── RdmNode.cpp│   ├── RdmNode.h│   ├── RdmProtocal.aps│   ├── RdmProtocal.cpp│   ├── RdmProtocal.h│   ├── RdmProtocal.rc│   ├── RdmProtocal.vcxproj│   ├── RdmProtocal.vcxproj.filters│   ├── RdmProtocal.vcxproj.user│   ├── RdmProtocalDlg.cpp│   ├── RdmProtocalDlg.h│   ├── ReadMe.txt│   ├── controller_library.h│   ├── lib│   │   ├── FTD2XX.lib│   │   └── RDM.lib│   ├── res│   │   ├── RdmProtocal.ico│   │   └── RdmProtocal.rc2│   ├── resource.h│   ├── stdafx.cpp│   ├── stdafx.h│   └── targetver.h├── RdmProtocal.VC.db├── RdmProtocal.sln└── ipch    └── RDMPROTOCAL-b05a99f1        └── RDMPROTOCAL-61763a13.ipch8 directories, 52 files
    2021-05-06下载
    积分:1
  • MSIIVP
    简单的聊天系统,本程序是使用vc进行编程的,可以学习的()
    2018-04-10 14:59:50下载
    积分:1
  • cd_util
    自动打开关闭CD机舱门,方便使用,值得一试试看(Turn off automatically open the CD drive door)
    2009-04-08 21:04:53下载
    积分:1
  • C#实现 CPU内存使用率 功能源码
    动态实时显示CPU 内存、当前进程数 等数据
    2013-01-18下载
    积分:1
  • code2
    一个c下的 虚拟存储管理器的页面调度程序供学习交流(C under a virtual memory manager pages for schedulers learn)
    2009-06-27 22:45:07下载
    积分:1
  • C#操作窗口类(句柄操作)
    C#操作窗口类(句柄操作)
    2013-10-31下载
    积分:1
  • C#获取电脑SN号
    C#获取电脑SN号
    2019-05-31下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载