91) 12/14/2003 150121150121 150121.html">PRB: MFC Loads Wrong Resource in Extension DLL (150121) - The wrong resource is loaded when CBitmap::LoadBitmap, CMenu::LoadMenu, CString::LoadString or any other MFC resource-loading function is called in an MFC extension DLL (AFXDLL). In some cases, a resource in the application is loaded instead of the...
92) 12/14/2003 151031151031 151031.html">FIX: SetMinHeight Does Not Work Correctly with CStatusBar (151031) - Using the SetMinHeight function to change the height of a CStatusBar object has no effect.
93) 12/14/2003 138993138993 138993.html">PRB: Print Break in MFC App Running in Windows NT 3.51 Checked (138993) - While using the Visual C++ debugger, if you click Print or Print Preview in an MFC application running under Windows NT version 3.51 Checked Build, a message box appears: In the Visual C++ 2.x debugger, the message box contains: Break caused by hard...
94) 12/14/2003 143410143410 143410.html">DOC: Vertical Slider Control Sends WM_VSCROLL Message (143410) - The following paragraph from MFC Technical Note 60 is incomplete. "Slider Notification Messages A slider control notifies its parent window of user actions by sending the parent WM_HSCROLL messages. You can override the parent's OnHScroll member...
95) 12/14/2003 138872138872 138872.html">FIX: TRACE() Message Appears When Closing DAO Objects (138872) - The MFC DAO classes provide warning messages to the debug output window when appropriate. This tracing can be turned off by disabling the database tracing by using the Tracer utility. However, two possible problems exist: An MFC AppWizard-generated...
96) 12/14/2003 143313143313 143313.html">FIX: CToolTipCtrl Stops Working After Dialog Is Displayed (143313) - If you create a CToolTipCtrl and call AddTool() to activate it, it will work until you display a modal dialog box. For example, if on the Help menu, you click About to display the About box, and you then click OK to dismiss it, the CToolTipCtrl will...
97) 12/14/2003 143290143290 143290.html">PRB: Setting Menu Items to Grayed Does Not Disable the Item (143290) - If you create a popup menu item and select its Grayed property in AppStudio, the menu item will appear Grayed in AppStudio and the GRAYED attribute will appear in the .RC file, but the menu item may not appear Grayed (disabled) when you run the...
98) 12/14/2003 139696139696 139696.html">BUG: WinHelp Called Twice (139696) - In an AppWizard-generated MFC application with context-sensitive help support, pressing F1 causes WinHelp to be called twice. In most cases, the application displays the correct help topic. In some cases, however, the application displays the wrong...
99) 12/14/2003 145686145686 145686.html">PRB: CDaoRecordView Bookmark Members Invalid After Requery() (145686) - In some cases, when you use CDaoRecordView, added records will not show up in the result set after calling Requery() on the CDaoRecordset.
100) 12/14/2003 140592140592 140592.html">HOWTO: Implement Per-Property Browsing for a Custom Property (140592) - This article illustrates how to implement per-property browsing for a custom property present in an OLE control. The custom property can be manipulated either in a property page that implements editing of this property or directly in the property...
101) 12/14/2003 142211142211 142211.html">BUG: Blob Persistent Data Incorrect for Ported OLE Control (142211) - An OLE control using PX_Blob(), created using the Control Developer's Kit (CDK) that shipped with Visual C++ 2.2 or earlier and saved in a Visual Basic 4.0 form, may give undefined behavior if the control is ported to Visual C++ 4.0 or 4.1 and the...
102) 12/14/2003 140538140538 140538.html">HOWTO: How to Do Away with the Print Dialog Box in MFC Printing (140538) - By design, a Print dialog box is displayed in MFC printing. This dialog box allows the user to change the printer settings before a printer device context (DC) is created. However, there are cases when the print dialog box is not a good idea. This...
103) 12/14/2003 138694138694 138694.html">FIX: Using CSocket w/ CArchive Causes Block from Extra FD_READ (138694) - Using a CArchive object with a CSocket can cause an extra FD_READ notification to be posted when no data is pending. This happens when a block of data is received through the extraction operator ('>>') or CArchive::Read that is larger than the current...
104) 12/14/2003 139469139469 139469.html">HOWTO: How to Use TrackPopupMenu() and Update UI Handlers (139469) - Floating popup menus are generally displayed in response to right-mouse click messages. The CMenu::TrackPopupMenu() function is used to display these menus. For the MFC Update UI mechanism to work correctly with these menus, the owner of these menus...
105) 12/14/2003 139422139422 139422.html">FIX: Advanced Options for SDI Application in Appwizard (139422) - Some of the Advance Options in Step 4 of AppWizard have no effect on an AppWizard-generated SDI applications. The Maximized and Minimized options for the Main Frame Window in the Window Styles tab have no effect when selected for an SDI application....