Managing Message using WindowProc

From: Marc Melancon <mmelanco_at_sfi-software.com>
Date: 1997/12/10
Message-ID: <66muf7$c8e$1_at_news.igs.net>#1/1


[Quoted] [Quoted] Is there a way in VB5 to get access to the objects (if objects are passed) [Quoted] that are passed in WindowProc ?

Function WindowProc(ByVal hw As Long, _

                        ByVal uMsg As Long, _
                        ByVal wParam As Long, _
                        ByVal lParam As Long) As Long

if a message is sent to VB via a posmessage and it passes pointer to objects [Quoted] in wParam & lParam. I could not find a way ????? Received on Wed Dec 10 1997 - 00:00:00 CET

Original text of this message