16) 3/16/2003 QofwQofw Qofw.html">Office Support Center Visit the Office Support Center for links to common questions and answers, instructions, the latest downloads, and more.
17) 12/15/2002 QQ Q.html">White Paper Template Microsoft Exchange 2000 Server Exchange 2000 Server Message Categorizer and Non-Delivery Report Troubleshooting Microsoft Product Support Services White Paper Written by Mohammad Nadeem Published October, 2002 Abstract This white paper describes the Exchange 2000 Server Message
18) 10/1/2002 Q184352Q184352 Q184352.html">HOWTO: Upload Files to the Internet Information Server (Q184352) SUMMARY There are several options available for uploading files to Internet Information Server (IIS) programmatically from client applications. This articles presents some of these options, and describes how to employ HTTP PUT functionality.
19) 2/10/2002 Q127074Q127074 Q127074.html">How to Use AFX_MANAGE_STATE in an OLE Control (Q127074) The AFX_MANAGE_STATE macro is used to establish the correct module context for OLE controls and should be used for all external entry points to the control.
20) 2/10/2002 Q131102Q131102 Q131102.html">FIX: Enumerating Connection Points Causes GP Fault (Q131102) Attempting to enumerate connection points with the IEnumConnectionPoints interface results in a general protection (GP) fault. Specifically, attempting to call the IEnumConnectionPoints::Next() method cause a GP Fault.
21) 2/10/2002 Q130275Q130275 Q130275.html">How to Implement OLE Custom Control Context Sensitive Help (Q130275) An OLE Custom Control can provide context sensitive help on the currently selected control, property, or event by modifying the .ODL file. This article shows by example how to implement it.
22) 2/10/2002 Q156904Q156904 Q156904.html">FIX: Returning User Name and Password from IAuthenticate Fails (Q156904) In order to access a secured Internet resource via a URL moniker, a host must implement the IAuthenticate interface on the same object that exposes IBindStatusCallback. The documentation on IAuthenticate in the ActiveX SDK indicates that th
23) 2/10/2002 Q159891Q159891 Q159891.html">Readme.txt for the ActiveX SDK (Q159891) The following article contains the complete contents of the Readme.txt file distributed with the ActiveX SDK for Internet Explorer 3.01. (This is the Readme.txt installed on the \Inetsdk subdirectory.)
24) 2/10/2002 Q159893Q159893 Q159893.html">Readme.txt for the ActiveX SDK (InetSDK\Bin) (Q159893) The following article contains the complete contents of the Readme.txt file distributed with the ActiveX SDK for Internet Explorer 3.01. (This is the Readme.txt installed on the \Inetsdk\Bin subdirectory.)
25) 2/10/2002 Q159895Q159895 Q159895.html">Readme.txt for the ActiveX SDK (InetSDK\Samples) (Q159895) The following article contains the complete contents of the Readme.txt file distributed with the ActiveX SDK for Internet Explorer 3.01. (This is the Readme.txt installed on the \Inetsdk\Samples subdirectory.)
26) 2/10/2002 Q159967Q159967 Q159967.html">PRB: Cannot Open Include File WImgInterfaces.h (Q159967) When you try to build the ActiveX SDK WebImage sample from Developer Studio, the following error message appears:
27) 2/10/2002 Q163623Q163623 Q163623.html">FIX: Form.Submit Method Doesn't Use Form.Action Property (Q163623) When you create a form in an HTML page, using scripting to set the form.action property and calling form.submit has no effect, for example:
28) 2/10/2002 Q165074Q165074 Q165074.html">PRB: Keystroke Problems in CView/CWnd WebBrowser Control (Q165074) When the Web Browser control is embedded in a CView or CWnd class, keystrokes do not work properly. You may notice following symptoms:
29) 2/10/2002 Q174864Q174864 Q174864.html">PRB: ActiveX Control with DLL Extension Doesn't Download (Q174864) When an ActiveX control with an extension of .dll is placed on an HTML page using the <OBJECT> tag and CODEBASE attribute, it may not download to the client's machine:
30) 2/10/2002 Q174923Q174923 Q174923.html">HOWTO: Use the PostData Parameter in WebBrowser Control (Q174923) The WebBrowser control has a Navigate method with PostData as a parameter. This allows the user to post data to the specified URL with the WebBrowser control.