Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Managing Message using WindowProc

Managing Message using WindowProc

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

Is there a way in VB5 to get access to the objects (if objects are passed) 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 in wParam & lParam. I could not find a way ????? Received on Wed Dec 10 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US