VB 写变速器(提供相似程序,程序好追加1000分)

来源:百度知道 编辑:UC知道 时间:2024/05/29 02:00:11
http://cn.cs504.com 大家首先可以到这里参考他的变速器,我主要就是想做他那个时钟变速功能,这个可以用于网络游戏中如果谁回写请回复下或者留下你联系方式我可以追加几百程序好一千分追加也没问题!

别吹了,百度最多只能追加50分的。地球人都知道的。

你总共才多少分啊……汗
我已经有无数次帮别人干了活,人家却拒付“工钱”……
还有,你觉得一个好程序就值百度的几百分?要那么多分吃啊……又不能换钱~

几个API而已...VB为什么不能做呢...DLL标准输出即可~~

都市精灵说的有道理 这种软件怎么可能拿分来打发人 况且VB不一定能做

没有做不到,只有想不到

SetSystemTime

VB声明
Declare Function SetSystemTime Lib "kernel32" Alias "SetSystemTime" (lpSystemTime As SYSTEMTIME) As Long
说明
设置当前系统时间
返回值
Long,非零表示成功,零表示失败。会设置GetLastError
参数表
参数 类型及说明
lpSystemTime SYSTEMTIME,这个结构指定了新的地方时间。其中的wDayOfWeek条目会被忽略

SYSTEMTIME

类型定义
Type SYSTEMTIME ' 16 Bytes
wYear As Integer
wMonth As Integer
wDayOfWeek As Integer
wDay As Integer
wHour As Integer
wMinute As Integer
wSecond As Integer
wMilliseconds As Integer
End Type
说明
This structure contains date and time information.

字段表
字段 类型与说明
wYear Integer,The current year.
wMonth Integer,The curren