大大好
你現在只能用 Skype 它有開放接口 不需要 API
Line 的接口印象中要用 $$ 買作者: lichang 時間: 2015-8-14 16:09
Public Declare Function SetCursorPos Lib "user32" (ByVal x As Long, ByVal y As Long) As Long
Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) 'For 32 Bit Systems
Public Function Orderfunction(neworder As Integer, oldorder As Integer) As Integer
Dim myKey As Object
Set myKey = CreateObject("WScript.Shell")