Call from your application's message loop to enable automatic resizing and keyboard accelerators.
[Visual Basic 6.0] Sub OnMessage(
ByVal msg As Empty, _
ByVal wParam As UINT_PTR, _
ByVal lParam As LONG_PTR _
)
[Visual Basic .NET] Public Sub OnMessage ( _ ByVal msg As Integer, _ ByVal wParam As Integer, _ ByVal lParam As Integer _ )
[C#] public void OnMessage ( uint msg, uint wParam, int lParam );
[Java] public void onMessage ( uint msg, uint wParam, int lParam ) throws IOException, AutomationException
[C++] HRESULT OnMessage( Unsigned long msg, UINT_PTR wParam, LONG_PTR lParam );
Parameters
msg [in]
msg is a parameter of type Unsigned long
wParam [in]
wParam is a parameter of type UINT_PTR
lParam [in]
lParam is a parameter of type LONG_PTR