《WinCC VBS利用EXCEL调用Windows API函数》.pdf
文本预览下载声明
WinCC VBSEXCELWindows API -- hylotuss Blog
|
| | | |
2009/10/12 9:03:37
0
WinCC VBSEXCELWindows API
VBSCreateObjectWindows API
DynmicWrapper.dllEXCEL hylotus
VBSEXCELEXCELWindows API
1.
API.XLSSheet1
Private Declare Function SHShutDownDialog Lib shell32 Alias #60 (By
Val
YourGuess As Long) As Long 323
Public Sub ShowShutDownDlg()
SHShutDownDialog 0
End Sub
WinCCEXCEL 200911
WinCCVBS
25 26 27 28 29 30 31
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
2009 1233
Dim
显示全部