G
Guest
Hi all,
I'm using SHDocVw to hook directly into IE. Anyone know what pDisp stands
for?
BeforeNavigate2(ByVal pDisp As Object, ByRef URL As Object, ByRef Flags As
Object, ByRef TargetFrameName As Object, ByRef PostData As Object, ByRef
Headers As Object, ByRef Cancel As Boolean)
Is the pDisp a pointer to the sender?
I'm keeping a list of WebBrower objects in an array - is there a way to use
the pDisp to find the sender of the event?
Thanks.
I'm using SHDocVw to hook directly into IE. Anyone know what pDisp stands
for?
BeforeNavigate2(ByVal pDisp As Object, ByRef URL As Object, ByRef Flags As
Object, ByRef TargetFrameName As Object, ByRef PostData As Object, ByRef
Headers As Object, ByRef Cancel As Boolean)
Is the pDisp a pointer to the sender?
I'm keeping a list of WebBrower objects in an array - is there a way to use
the pDisp to find the sender of the event?
Thanks.