46) 7/1/2004 150200150200 150200.html">FIX: Treeview Control Does Not Receive Key Events (150200) - The Treeview control does not receive Key events for certain keystrokes. In particular, it does not generate events for the Enter key or the arrow navigation keys.
47) 7/1/2004 150195150195 150195.html">FIX: Hidden MDIChild Form Can Still Be Active Form (150195) - Under certain circumstances, an MDIChild form can be hidden but still be the active form. This occurs when an MDIChild form is shown before hiding the active MDIChild form. The latter MDIChild form stays active although it is invisible. Clicking in an...
48) 7/1/2004 149093149093 149093.html">BUG: Property Page of Remote Data Control Causes an Error (149093) - Pressing the ESC key while the cursor is in the SQL text box of the General Tab in the property page of the Remote Data Control causes a blank General tab. When you click the Colors tab and then click the General tab again, an application error occurs...
49) 7/1/2004 145728145728 145728.html">How To Create a Listbox with Clickable Checkboxes (145728) - Many Windows programs incorporate listboxes with embedded checkboxes as part of their user interface. The References dialog in Visual Basic 4.0 is one example of this kind of listbox. This article shows how to implement a listbox with this...
50) 7/1/2004 105447105447 105447.html">How To Call a Visual Basic Application from Excel (105447) - This article outlines the steps necessary to initiate dynamic data exchange (DDE) between an Excel Macro and Visual Basic application at run-time. This article demonstrates How To Prepare an Excel Macro that will perform DDE. Initiate a manual DDE...
51) 7/1/2004 109220109220 109220.html">How To Capitalize the First Letter of Each Word in a String (109220) - This article demonstrates how to capitalize the first letter of each word in a string.
52) 7/1/2004 141939141939 141939.html">How To Create an OLE Server to Implement "Thunking" (141939) - An out-of-process OLE server (that is, an EXE) may be called by either a 16- bit or 32-bit program. Hence, it can be used as an interface between a 16- bit program that requires the services of a 32-bit DLL, or a 32-bit program that calls functions...
53) 7/1/2004 149618149618 149618.html">PRB: PageTimeout Defaults to Five Seconds in Jet 3.0 (149618) - When two applications are trying to gain access to the same database using Jet 3.x, any data entered from the other user will not be updated for five seconds even after the code re-queries the database.
54) 7/1/2004 145727145727 145727.html">How To Call the Unicode Version of an API Function with VB (145727) - Solely declaring and calling the Unicode versions of 32-bit API functions in the same way that the ANSI versions are used will not work. This article shows one way that the Unicode version of an API function can be used without the need to create a...
55) 6/30/2004 154817154817 154817.html">PRB: RDC Refresh Method Failure with Bound DBListbox (154817) - If you change the SQL Property of a Remote Data Control with a bound DBListbox at run time, the refresh method doesn't show the changes in the DBListbox as it does for other controls. The Refresh method must be called twice.
56) 6/30/2004 152607152607 152607.html">PRB: 16-bit Program Copied from a Server Does Not Run (152607) - The files for a 16-bit Visual Basic program created under Windows 95, Windows 98, or Windows Me are copied to a Windows NT or Windows 2000 server so that other users can have access to the files. A user running Windows for Workgroups connects to the...
57) 6/30/2004 150786150786 150786.html">HOWTO: Use SQLBindParameter with 32-bit Visual Basic (150786) - This article demonstrates how to use the ODBC API SQLBindParameter function with the 32-bit edition of Visual Basic 4.0 and higher. It includes the use of a Visual Basic byte array, required with the UNICODE to ANSI string conversion implemented in...
58) 6/30/2004 158208158208 158208.html">FIX: Form with Toolbar Does Not Shut Down Under Windows NT 4.0 (158208) - A Visual Basic 4.0 program containing a standard Visual Basic 4.0 Toolbar control on a form and running on Windows NT 4.0 hangs during Windows NT shut down. The following message is displayed when you attempt to shut down Windows NT while your...
59) 6/30/2004 153023153023 153023.html">BUG: Adding PIF Files in SetupWiz Step 7 Copies Actual Files (153023) - After selecting a file with a .PIF extension to add to the list of files in step 7 of the Setup Wizard, the actual .PIF file is not added. Instead, the file that the PIF file points to is added. For example, selecting the DOSPRMPT.PIF file actually...
60) 6/30/2004 149320149320 149320.html">BUG: First ListItem Truncated with ListView in Report View (149320) - If the first item added to a ListView control set to Report view mode is added outside of the Form_Load event, the text of that item can be truncated and not displayed completely. Subsequent ListItem objects added to the ListView display their text...