MFC Knowledge Base Articles
Back to the list.
MFC KB Article(s)   274">MFC?

1  2  3  [ 4 ]  5  6  7  8  .... ....  75  76 
Previous Page    Page 4 of 76    Next Page



There are 1137 KB Article(s).

46) 12/14/2003 166769166769  166769.html">PRB: MFC ActiveX Document Servers Require Compound File Support
(166769) - When you save an ActiveX Document that does not use compound files from Internet Explorer functioning as an ActiveX Document Container, the file will be saved in compound document format. Subsequent attempts to load the file in Internet Explorer...

47) 12/14/2003 173027173027  173027.html">FIX: CRichEditView as Second Splitter Pane Causes Crash
(173027) - If an MFC program uses a CRichEditDoc and a CRichEditView is not the first pane of a splitter window, an access violation occurs when you start the program.

48) 12/14/2003 164954164954  164954.html">PRB: "Syntax Error in Number in Query Expression"
(164954) - When a floating-point error occurs in your program before a call to a database function such as CRecordset::Open(), CDaoRecordset::Open(), or CdbRecordset::Open(), which uses the Access Jet database engine, the call may incorrectly generate the...

49) 12/14/2003 168447168447  168447.html">PRB: DAO SetParamValue Limited to 255 Characters
(168447) - The execution of a query following a call to CDaoQueryDef::SetParamValue() results in an error similar to the following: DAO Call Failed. m_pDAOQueryDef->Execute(COleVariant((long)nOptions)) In file daocore.cpp on line 2880 scode = 800A0BC9 Error Code...

50) 12/14/2003 168289168289  168289.html">PRB: Toolbar Buttons Not Updated/Painted Correctly in Windows 95
(168289) - Buttons on a toolbar that were created using CToolBar may not update or paint correctly if the buttons have text associated with them. This happens only on Windows 95 machines with Internet Explorer 3.x installed.

51) 12/14/2003 170119170119  170119.html">DOC: New Record Not Inserted to the End of Recordset
(170119) - The MFC documentation for CDaoRecordset::AddNew() and the DAO SDK documentation for the AddNew method state: The position of the record depends on the type of Recordset: In a dynaset-type Recordset object, records are inserted at the end of the...

52) 12/14/2003 166504166504  166504.html">PRB: MFC and CRT Must Match in debug/release and static/dynamic
(166504) - When the MFC and CRT (C Run-Time) libraries do not match in debug/release or in static/dynamic, you get errors such as the following when linking: nafxcwd.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argc Many other strange problems...

53) 12/14/2003 166473166473  166473.html">PRB: CScrollView Scroll Range Limited to 32K
(166473) - If the scroll range exceeds 32K when you are using the Scroll Thumb to scroll, CScrollView does not handle scrolling correctly. Unusual behavior occurs when you try to scroll beyond 32K.

54) 12/14/2003 160910160910  160910.html">PRB: No Text/Caption Properties for Subclassed Combo or List
(160910) - When you add a stock Text or Caption property to an MFC ActiveX control that subclasses a Combo or List Box, it will not serialize properly.

55) 12/14/2003 162609162609  162609.html">HOWTO: Create a Printer Device Context (DC) in MFC
(162609) - When you create a printer device context (DC) in Windows SDK programming, an application must retrieve ::CreateDC()'s parameters (such as driver name, device name and output port) from either a Win.ini file (16-bit) or a Windows registry (32-bit). In...

56) 12/14/2003 166130166130  166130.html">HOWTO: Overriding Initial Setting on Print Setup Dialog
(166130) - Changing the initial value of the settings on the Print Setup Dialog is a non-trivial operation that requires you to override several non-virtual functions. This article demonstrates how to override by using the Page Orientation setting as an example.

57) 12/14/2003 163253163253  163253.html">BUG: "Out of Memory" Error When Saving to an Existing File
(163253) - When you save to an existing file in a Visual C++ MFC application, an "Out of memory" error occurs. The error occurs only when you save over an existing file on a non-NT platform, such as Windows 95, that is on a network. For example, if you run the...

58) 12/14/2003 156977156977  156977.html">PRB: CRecordset Does Not Skip Deleted Records
(156977) - You may continue to see deleted records when using the CRecordset and CRecordView classes with a snapshot recordset.

59) 12/14/2003 155918155918  155918.html">HOWTO: How To Scroll a CFormView to See the Controls
(155918) - When a CFormView is resized to something smaller than the size of the dialog box template that it contains and users need to manipulate a control that is not in the visible view area, they must use the scroll bars to get the control into the visible...

60) 12/14/2003 165020165020  165020.html">INFO: Responding to Mouse Events with MFC ActiveX Controls
(165020) - MFC-based ActiveX controls capture mouse input by calling SetCapture in response to a mouse-button message. This can cause unexpected problems, but the behavior is by design.


1  2  3  [ 4 ]  5  6  7  8  .... ....  75  76 
Previous Page    Page 4 of 76    Next Page