Forum Post: RE: Browser ocx on a progress screen

  • Thread starter Thread starter Matt Baker
  • Start date Start date
Status
Not open for further replies.
M

Matt Baker

Guest
Which OCX are you using? Many of them have event handlers to trap clicks and network operations. The documentation for the Internet Explorer OCX is here. https://msdn.microsoft.com/en-us/library/aa768400(v=vs.85).aspx You probably want BeforeNavigate or BeforeNavigate2 event. Both have contents of POST data and URl accessible to the parameters. mattB

Continue reading...
 
Status
Not open for further replies.
Back
Top