Grid controls are great for displaying large quantities of data, and highlighting can make the data more readable. Learn how to programmatically control this highlighting without add-on controls.
Combo boxes are a standard part of most user interfaces. See how you can make this old standby easier to use with a little help from the SendMessage API.
Your VB app might enable users to delete files, but what if a deleted file needs to be recovered? Find out about an API that sends files to the Recycle Bin rather than to a permanent graveyard.
Maybe you need to exchange data, but XML is more than you need. Or maybe you just aren’t ready for XML. Check out these XML alternatives and get a better idea of how these technologies might fit your projects.
Microsoft would like you to use ADO to access your data, but is it the right solution for you? Follow along with our step-by-step example to learn more about this technology and see what advantages there are to using it.
What do you get when you cross VB code and Outlook 2000? A slick enterprise app. Check out these examples and see how to send e-mails with attachments, create message drafts, and manipulate folders.
With Visual Basic, Outlook 2000 features are under your control. Find out how to manipulate notes, tasks, contacts, journal entries, and calendar items from within your VB code.
Nothing like having your app generate automated e-mail notices to impress people. It’s easy when you use Outlook and Visual Basic. These steps guide you through the process.