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...
Continue reading...