Location:
Search - VBTAB
Search list
Description: 可以换肤的VB界面选项卡TAB控件
可以换肤的VB界面选项卡TAB控件-Can of VB Skin TAB tab interface can control the VB Skin TAB tab control interface
Platform: |
Size: 225280 |
Author: 史涛 |
Hits:
Description: BASE64解码 VBS源代码
Function fDecode(sStringToDecode)
Const CharList = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
Dim iDataLength, sOutputString, iGroupInitialCharacter
sStringToDecode = Replace(Replace(Replace(sStringToDecode, vbCrLf, ""), vbTab, ""), " ", "")
iDataLength = Len(sStringToDecode)
If iDataLength Mod 4 <> 0 Then
fDecode = "Bad string passed to fDecode() function."
Exit Function -BASE64 decoding the VBS source the code Function fDecode (sStringToDecode) the Const CharList = " ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/Dim iDataLength, sOutputString, iGroupInitialCharacter sStringToDecode = Replace (Replace (Replace (sStringToDecode, vbCrLf," " ), vbTab," " )," " ," " ) iDataLength = Len (sStringToDecode) If iDataLength Mod 4 < > 0 Then fDecode = " Bad string passed to fDecode () function." Exit Function
Platform: |
Size: 1024 |
Author: aa |
Hits: