今天在寫一個程式抓取系統時間後轉成BYTE[],然後再轉回SYSTEMTIME去修改電腦時間。
去MSDN上看如何修改系統時間網址如下
http://msdn.microsoft.com/zh-tw/library/ms172517(VS.80).aspx


using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.Serialization.Formatters.Binary;

戮克 發表在 痞客邦 留言(0) 人氣()