<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0"><channel><title><![CDATA[Northstar Developer Center - Latest Visual Basic Content]]></title><link>http://developercenter.northcomp.com</link><description><![CDATA[Northstar Developer Center]]></description><language>en-us</language><copyright>Copyright 1996-2012 Northstar Computer Systems</copyright><managingEditor>editor@northcomp.com</managingEditor><webMaster>editor@northcomp.com</webMaster><docs>http://backend.userland.com/rss</docs><item><title>Changing Form Title Bar Color</title><link>http://developercenter.northcomp.com/article/Changing-Form-Title-Bar-Color</link><guid>http://developercenter.northcomp.com/article/Changing-Form-Title-Bar-Color</guid><description>A user asked if there was a way to programmatically change the color of the form's title bar. The short answer to this is no. The color of the title bar is cont...</description></item><item><title>Calling Event Handlers as Subroutines</title><link>http://developercenter.northcomp.com/article/Calling-Event-Handlers-as-Subroutines</link><guid>http://developercenter.northcomp.com/article/Calling-Event-Handlers-as-Subroutines</guid><description>When you’re writing a VB program, you create event handlers to deal with events like a form loading or a user clicking on a button. These event handlers are jus...</description></item><item><title>Cache Common Data</title><link>http://developercenter.northcomp.com/article/Cache-Common-Data</link><guid>http://developercenter.northcomp.com/article/Cache-Common-Data</guid><description>If you're using data from a database in a lookup manner, keep it in local variables or an array instead of continually checking the recordset. This will make yo...</description></item><item><title>Building SQL Statements</title><link>http://developercenter.northcomp.com/article/Building-SQL-Statements</link><guid>http://developercenter.northcomp.com/article/Building-SQL-Statements</guid><description>If you are building SQL statements within your VB code that have data that might have single quote characters in it, be sure to replace every single quote with ...</description></item><item><title>Getting a Form's Handle</title><link>http://developercenter.northcomp.com/article/Getting-a-Forms-Handle</link><guid>http://developercenter.northcomp.com/article/Getting-a-Forms-Handle</guid><description>Many API calls require the use of a window handle, or hWnd for short. If you need to pass a handle to the current form, use the hWnd property of the form. That ...</description></item><item><title>Building a Most-Recently Used File List</title><link>http://developercenter.northcomp.com/article/Building-a-Most-Recently-Used-File-List</link><guid>http://developercenter.northcomp.com/article/Building-a-Most-Recently-Used-File-List</guid><description>One common feature in applications like Word and Excel is the Most Recently Used (MRU) list at the bottom of the File menu. This list shows the last four (typic...</description></item><item><title>Beginning Visual Basic 6 Objects</title><link>http://developercenter.northcomp.com/article/Beginning-Visual-Basic-6-Objects</link><guid>http://developercenter.northcomp.com/article/Beginning-Visual-Basic-6-Objects</guid><description>Written by Peter Wright
Published by Wrox Press

Visual Basic 6 includes new and enhanced object-oriented programming features, many of ...</description></item><item><title>Avoid the ADO AddNew and Delete Methods</title><link>http://developercenter.northcomp.com/article/Avoid-the-ADO-AddNew-and-Delete-Methods</link><guid>http://developercenter.northcomp.com/article/Avoid-the-ADO-AddNew-and-Delete-Methods</guid><description>If you’re looking to coax some performance from your application, be sure that you are using stored procedures or SQL statements to handle all your record addit...</description></item><item><title>ADO Recordsets are Forward Only By Default</title><link>http://developercenter.northcomp.com/article/ADO-Recordsets-are-Forward-Only-By-Default</link><guid>http://developercenter.northcomp.com/article/ADO-Recordsets-are-Forward-Only-By-Default</guid><description>If you’re using ADO Recordsets in your applications, remember that using the Connection.Execute method creates a Forward-Only recordset. This type of recordset ...</description></item><item><title>ADO 2.5</title><link>http://developercenter.northcomp.com/article/ADO-2-5</link><guid>http://developercenter.northcomp.com/article/ADO-2-5</guid><description>ADO 2.5 is included with Windows 2000 and is also available as a separate download from the Microsoft Data Access site at </description></item><item><title>Adding Records to Tables with AutoIncrement Fields</title><link>http://developercenter.northcomp.com/article/Adding-Records-to-Tables-with-AutoIncrement-Fields</link><guid>http://developercenter.northcomp.com/article/Adding-Records-to-Tables-with-AutoIncrement-Fields</guid><description>Ever have a table that has an autoincrement (AutoNumber in Access, for instance) field and not sure how to add a record to the field?  If you try to put a value...</description></item><item><title>Adding Carriage Returns</title><link>http://developercenter.northcomp.com/article/Adding-Carriage-Returns</link><guid>http://developercenter.northcomp.com/article/Adding-Carriage-Returns</guid><description>When writing code that exports to a plain text file, it's often necessary to embed special characters, such as carriage returns, line feeds, and tab characters....</description></item><item><title>Accessing Special Folders</title><link>http://developercenter.northcomp.com/article/Accessing-Special-Folders</link><guid>http://developercenter.northcomp.com/article/Accessing-Special-Folders</guid><description>
If you've ever needed to retrieve information about your system, you're faced with a myriad of confusing API calls. If you rely on the VB API Viewer to fin...</description></item><item><title>ADO Execute Method</title><link>http://developercenter.northcomp.com/article/ADO-Execute-Method</link><guid>http://developercenter.northcomp.com/article/ADO-Execute-Method</guid><description>If you're performing database functions in your ASP applications, it's quicker to use the Execute method than to create and open a Recordset object. You can cre...</description></item><item><title>A Quick Way to Save Data</title><link>http://developercenter.northcomp.com/article/A-Quick-Way-to-Save-Data</link><guid>http://developercenter.northcomp.com/article/A-Quick-Way-to-Save-Data</guid><description>Here's a subroutine that uses ADO within a COM component to save data from the object back to a database recordset. This code makes the assumption that there is...</description></item><item><title>A Quick Way to Load Data</title><link>http://developercenter.northcomp.com/article/A-Quick-Way-to-Load-Data</link><guid>http://developercenter.northcomp.com/article/A-Quick-Way-to-Load-Data</guid><description>For COM objects that pull their data from a database, here's a quick way to load up the object with all of its fields. This code makes the assumption that each ...</description></item></channel></rss>
