31) 2/10/2002 Q176116Q176116 Q176116.html">FIX: Canceling BeforeNavigate Shows Dialog with 'X' (Q176116) The Internet Explorer WebBrowser control has an event called BeforeNavigate(). BeforeNavigate() is called with a BOOLEAN pointer (Cancel) that you can set to TRUE to prevent the navigation from occurring. In C++, if you set the Cancel param
32) 2/10/2002 Q175474Q175474 Q175474.html">INFO: Header Required Posting HTML Form Encoded Data to ASP Page (Q175474) When writing an Internet client application that posts HTML form data to an ASP page using Wininet API or Visual Basic Internet Transfer Control, it is necessary to add the following HTTP header in the POST request:
33) 2/10/2002 Q176420Q176420 Q176420.html">BUG: InternetSetOption Does Not Set Timeout Values (Q176420) Calling InternetSetOption (or MFC CHttpFile::SetOption) with INTERNET_OPTION_SEND_TIMEOUT or INTERNET_OPTION_CONNECT_TIMEOUT does not set the specified timeout values.
34) 2/10/2002 Q178059Q178059 Q178059.html">HOWTO: Find the URL of an ActiveX Document from Inside the Server (Q178059) This article describes how to find the URL of an ActiveX document from inside the server.
35) 2/7/2002 Q172064Q172064 Q172064.html">HOWTO: Submitting Data from an ActiveX Control in a Form (Q172064) Beginning with Microsoft Internet Explorer 4.0, the default property of an ActiveX control in a form can be submitted with the form.