91) 6/16/2004 112418112418 112418.html">VB3 BUG: Serial Port Driver for WFW 3.11 Sends Extra Byte (112418) - The MSCOMM.VBX custom control may appear to send an unexpected byte when the port is closed by setting the PortOpen property to false.
92) 6/16/2004 115237115237 115237.html">HOWTO: Use Temporary Tables in SQL Server from Visual Basic 3.0 (115237) - This article explains how to use Visual Basic code to create and use temporary tables. It uses the Pubs sample database that comes with Microsoft SQL Server, but the issues and pitfalls are similar for other client/server databases. Programmers taking...
93) 6/16/2004 181360181360 181360.html">MIDISmpl.exe Demonstrates How To Control MIDI Devices (181360) - MIDISmpl.exe is a self-extracting compressed file containing a Visual Basic project that demonstrates controlling a MIDI device using some Windows API functions. You can use the code in this project to control a MIDI device from within your program.
94) 6/16/2004 112446112446 112446.html">PRB: SQORA.DLL Does Not Allow Lengthy SQL Statements in VB 3.0 (112446) - If the table and field names are long or the query is complex, executing a query or updating a record in an Oracle table results in the following error message: Statement was longer then allowable maximum 2000+ chars
95) 6/16/2004 113439113439 113439.html">PRB: VB3: Converting MBF to IEEE in Visual Basic for Windows (113439) - Data files created with older Microsoft Basic products (Quick Basic, GW-Basic, and Basica (IBM and Compaq licensed Basic)) may not be readable by Visual Basic for Windows. The PDS and Visual Basic for MS-DOS products contained functions that convert...
96) 6/16/2004 196296196296 196296.html">Objsrv.exe Contains Fix for "Object Server Not..." Error (196296) - Objsrv.exe is a self-extracting file that contains the Objsrvfx.exe utility. The Objsrvfx.exe utility fixes the following error message in Microsoft Visual Basic: Object Server Not Correctly Registered.
97) 6/16/2004 262883262883 262883.html">SAMPLE: NEWVBTERM.EXE MSComm Control Techniques (262883) - NewVBTerm.exe is a sample that demonstrates various MSComm control techniques that include answering the modem, simple text file transfer, data receipt and processing, packet reassembly, and use of the OnComm event. This article contains the Readme...
98) 6/16/2004 189596189596 189596.html">SAMPLE: VB6WLCTL.EXE Windowless Controls Demonstration (189596) - Visual Basic 6.0 introduces the capability of creating "Windowless" controls. A Windowless control, also known as a "lightweight" control, is a control that does not have a WndProc function for message handling. These lightweight controls require...
99) 6/16/2004 189484189484 189484.html">SAMPLE: SCRIPTEX.EXE Uses the ScriptControl with Visual Basic (189484) - ScriptEx.exe is a sample that demonstrates how scripting can be done from a Visual Basic application. The sample is a spreadsheet application for which macros can be written.
100) 6/16/2004 224331224331 224331.html">FILE: Tlbinf32.exe : Help Files for Tlbinf32.dll (224331) - Tlbinf32.exe is a file that contains the HTML Help file for the TypeLibInformation object (TLI), which is implemented in the Tlbinf32.dll file shipped in the Visual Studio 6.0 and Visual Basic 6.0 CDs. The TLI object allows you to programmatically...
101) 6/16/2004 200676200676 200676.html">HOWTO: Use the AsyncRead Method to Download Files (200676) - Both UserDocument objects and UserControl objects can perform asynchronous file reading from local and remote computers. This article demonstrates how to use the AsyncRead method of a UserControl to copy a file.
102) 6/16/2004 186493186493 186493.html">SAMPLE: LLStream.exe Plays Streaming Audio Files (186493) - LLStream.exe is a sample that contains a Visual Basic project that demonstrates how to play streaming audio files by calling several low-level functions in the Windows API. This sample helps you create a program that plays audio files continually...
103) 6/16/2004 250344250344 250344.html">SAMPLE: ARRAYCONVERT.EXE Variant Conversion Functions (250344) - ArrayConvert.exe is a sample that is used to convert Variants of one type to Variants of another type. For example, if you are using Visual Basic Script (VBScript), these conversion functions aid you in converting a Variant that contains an Octet...
104) 6/16/2004 197914197914 197914.html">SAMPLE: RDOBLOBS.EXE RDO and BLOB/TEXT Data with SQL SP (197914) - RDOblobs.exe is a sample file that demonstrates how to use Remote Data Objects (RDO) AppendChunk/GetChunk with stored procedures to Insert and/or Retrieve SQL Server 6.5 IMAGE and TEXT datatypes (BLOBS).
105) 6/16/2004 192986192986 192986.html">SAMPLE: MODLIST.EXE Shows How to Enumerate Processes and Modules (192986) - One common programming problem in Visual Basic is the need to enumerate all processes and the associated files (modules) loaded into memory. The Task Manager under Windows NT 4.0 and Windows 2000 is a perfect example of this. The first tab of the Task...