This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Option Explicit | |
| Public Function WriteToExcel( _ | |
| rsSrc As Recordset, _ | |
| sFileName As String, _ | |
| Optional Workbook As String) As Recordset | |
| Const FUNC_NAME As String = "WriteToExcel" | |
| Dim cn As ADODB.Connection | |
| Dim sSQL As String | |
| Dim oFld As ADODB.Field |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Attribute VB_Name = "mdMain" | |
| Option Explicit | |
| '========================================================================= | |
| ' API | |
| '========================================================================= | |
| Private Const INVALID_FILE_ATTRIBUTES As Long = -1 | |
| Private Declare Function GetFileAttributes Lib "kernel32" Alias "GetFileAttributesA" (ByVal lpFileName As String) As Long |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Attribute VB_Name = "Module1" | |
| Option Explicit | |
| '--- for GetRawInputDeviceInfo | |
| Private Const RIDI_DEVICENAME As Long = &H20000007 | |
| Private Const RIM_TYPEKEYBOARD As Long = 1 | |
| '--- for setupapi | |
| Private Const DIGCF_PRESENT As Long = &H2 | |
| Private Const DIGCF_ALLCLASSES As Long = &H4 | |
| Private Const DIGCF_PROFILE As Long = &H8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Option Explicit | |
| DefObj A-Z | |
| Private Const MODULE_NAME As String = "mdJson" | |
| '========================================================================= | |
| ' API | |
| '========================================================================= | |
| Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal Length As Long) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Option Explicit | |
| Private Const LOCALE_SYSTEM_DEFAULT As Long = &H800 | |
| Private Const S_OK As Long = 0 | |
| Private Type DISPPARAMS | |
| rgPointerToVariantArray As Long | |
| rgPointerToLongNamedArgs As Long | |
| cArgs As Long | |
| cNamedArgs As Long |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Option Explicit | |
| DefObj A-Z | |
| Private Const STR_MODULE_NAME As String = "cWebBrowserExtension" | |
| ... | |
| Private WithEvents m_oCtl As DirectWebBrowser | |
| Private WithEvents m_oCtlExt As VBControlExtender | |
| Private m_uHook As UcsDocHostHookData | |
| Private m_oExternal As Object |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Option Explicit | |
| ' | |
| ' BbCodes supported: | |
| ' b, i, u | |
| ' size={FontSize} | |
| ' color={ColorNameOrValue} | |
| ' font={FontName} | |
| ' table={Col1_Width},{Col2_Width}, ...[;[TableLeftOffset],[ColumnLeftOffset]] | |
| ' row={Col1_BackColor},{Col2_BackColor}, ...;<<col1_border>>;<<col2_border>>;...] | |
| ' <<colN_border>>:=[BorderLeftColor] [BorderLeftWidth],[BorderTopColor] [BorderTopWidth],[BorderRightColor] [BorderRightWidth],[BorderBottomColor] [BorderBottomWidth] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Option Explicit | |
| '========================================================================= | |
| ' Thunk data | |
| '========================================================================= | |
| ' Auto-generated on 29.3.2017 17:59:42, CodeSize=6048, DataSize=987, ALIGN_SIZE=16 | |
| Private Const STR_THUNK1 As String = _ | |
| "Vot0JAho/I8DAIsG/1AYi9CF0nUCXsOJVgSNSgK+AIAAAIPI/2aJQQJmiQFmiUH+g8EGTnXvV426BIADALn7AwAA86tmq1/HggCAAwAAAAAAx4L4jwMAAAAAALgBAAAAXsOQkJCQkJCQkJCQkJCQkItEJASLiACAAwCNDEmNFEhmi0xIAmaD+f90Dg+/yY0USWbHBFD//+sXZotSBGaD+v90DQ+/ymbHhEgEgAMA//+LiACAAwBXjRRJi0wkEGaJTFAEi5AAgAMAjRRSZsdEUAL//4uQAIADAGaLvEgEgAMAjRRSZok8UIuQAIADAGaLuACAAwCNFFIPvxRQZom8SASAAwCD+v9fdA+NDFJmi5AAgAMAZolUSAKLiACAAwCKVCQIiJQIAAADAIuIAIADAEGB4f9/AACJiACAAwDDkJCB7CgBAACLhCQsAQAAU1VWV4t4BIsAM/aLj/iPAwCJRCQ0hckPjv8AAACNh/KPAwCJRCQQi5wkRAEAAIvRK9YD" & _ | |
| "04P6Aw+MtgAAAIvejUQkKDPSK9iJXCQUjUQUKAPDO8F9C4tsJBAzwIoEKusWi6wkQAEAAIvaK9kD3jPAigQri1wkFIhEFChCg/oDfMuLTCQpi1wkKIHh/wAAAIvBweAFA8HB4AMrwYtMJCqB4f8AAACNFEmNFJKNFNLR4ivRi8uB4f8AAAADwovRweIIA9G59 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Option Explicit | |
| Private Declare Function WindowFromAccessibleObject Lib "oleacc.dll" ( _ | |
| ByVal IAcessible As Object, _ | |
| ByRef hwnd As LongPtr _ | |
| ) As Long | |
| Private Declare _ | |
| Function SetWindowLongW Lib "user32.dll" ( _ | |
| ByVal hwnd As LongPtr, _ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ' From http://www.vbknowledgebase.com/?Id=21&Desc=Send-Email(E-Mail)-from-VB6-using-CDO | |
| '**************************************************************** | |
| '* Purpose : To Send eMail | |
| '* | |
| '* Inputs : strRecipient(String) Recipient comma seperated | |
| '* strSubject(String) Subject | |
| '* strBody Body | |
| '* colAttachments Collection of attachments | |
| '* file paths. |
OlderNewer