Windows Routine
Windows Module
Option Explicit
#If VBA7 Then
Private Declare PtrSafe Function GetWindowLong _
Lib "user32" Alias "GetWindowLongA" (B ...
Read More
Windows Module
Option Explicit
#If VBA7 Then
Private Declare PtrSafe Function GetWindowLong _
Lib "user32" Alias "GetWindowLongA" (B ...
Read More
Class Server
Option Explicit
Option Private Module
Private Const cModule As String = "modClassServer"
' Class Server Request Types
Enum csRequestType
...
Read More
cNumControl - Textbox Number Control
Option Explicit
Private WithEvents txtNum As MSForms.TextBox
'Private m_oCollectionOfEventHandlers As Collection
Enum TxtDecimalType
...
Read More
Option Explicit
'Use with SQL
'Expects Stored Procedures Based Data Object
'Template Requires CheckNull Function for Null Values
'Template Requires pre-created adoConnection Object ...
Read More
In a module:
Option Explicit
Private Const PAGE_EXECUTE_READWRITE = &H40
Private Declare PtrSafe Sub MoveMemory Lib "kernel32" Alias "RtlMoveMemory" _
...
Read More