Unicode Controls & Classes for VB6 - Version 4

cSubClass.CallOldWindowProc Function

Call the original window procedure of the given window handle

Syntax
Public Function CallOldWindowProc (ByVal hWnd As Long, _
ByVal iMsg As Long, _
ByVal wParam As Long, _
ByVal lParam As Long) As Long
Parameters
Parameter Description
ByVal hWnd As Long
ByVal iMsg As Long
ByVal wParam As Long
ByVal lParam As Long
Remarks