|
|
发表于 2013-2-3 07:42:36
|
显示全部楼层
来自: 中国辽宁
- Private Declare Function SetWindowText Lib "user32" Alias "SetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String) As Long4 z, ]4 N3 }& W
- Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
" k' j' A, A" Y4 M2 x) k& ^5 n - * r2 |& g1 x# h7 S: I1 n
- Sub MT()
|- |! J4 x* |& h$ ^ - SetWindowText FindWindow("OpusApp", vbNullString), "改着玩玩" \ t7 e, B/ W, b9 ]- \+ h
- End Sub
复制代码 |
|