Newest Visual Basic Articles Records Management for Microsoft Office SharePoint Server By Gustavo Velez - Published 11/21/2008 The Records Center is an important MOSS (Microsoft Office SharePoint Server) component for companies that need to save critical or legally sensitive information. Discover how to create a Records Center then secure its contents with the MOSS Object Model and one of its default WebServices.
Dumping an Object's State with a DynamicMethod By Paul Kimmel - Published 11/07/2008 Emitted code and the DynamicMethod have the benefit of speed and the emitted code can be unloaded when the DynamicMethod goes out of scope, resulting in the best of all worlds.
Speed Up Your Reflection Processes By Paul Kimmel - Published 10/28/2008 Use Reflection.Emit to speed up Reflection intensive processes by writing one general algorithm that emits a specific solution.
Handling that Pesky Windows ControlBox By Paul Kimmel - Published 09/30/2008 Some things that seem hard are actually quite easy, and some things that seem easy take a little work, like that little [X] on a Windows Form, the ControlBox. Learn how to know just when that little bugger is pressed.
Creating a Most Recents Menu Item with the MenuStrip By Paul Kimmel - Published 09/24/2008 The MenuStrip and ToolStripMenuItem are a little harder to use than the Menu from earlier versions of VB. Walk through exercises using the MenuStrip, ToolStrip, and the Command behavior pattern to encapsulate a Recents menu for your applications that operate on files.
Highlighted Visual Basic Tutorials Tutorials: Discover Visual Basic By Bill Hatfield -
Are you new to Visual Basic .NET? Best-selling Dummies author Bill Hatfield teaches you the basics of Visual Basic .NET.
Discovering Visual Basic .NET By Bill Hatfield -
There is no need to put off learning Visual Basic .NET any longer. With this tutorial you will be on your way!
VB .NET Uncovered: Getting Started By Karl Moore -
Move over Ibiza, here comes VB.NET Uncovered! In this six-part series, the wizzy Karl Moore gives you the ultimate lowdown on the next version of Visual Basic — in English. In this first instalment, he looks at setting up VB.NET, explores the new programming environment, plus does the 'Hello World' thing all over again.
Windows Secrets for Visual Basic, Part 1 By Karl Moore -
Veteran VB-World author Karl Moore makes his return this week, with the first of twelve articles in which he exposes some of the most hidden .NET secrets. In this article, Moore uncovers a bundle of nifty Windows form tricks. Interested? Read on...
ActiveX Control Tutorial - Part 1 By Karl Moore -
Confused over controls? Puzzled by properties? Fear no more as Karl Moore dons centre stage to explain all. By the end of this first tutorial, you'll be an ActiveX wizard and a love machine. Well, maybe just an ActiveX wizard...
Programming with Stored Procedures in Visual Basic .NET (Part 1) By Paul Kimmel -
Stored procedures are an excellent way to optimize complex business solutions for database applications. Learn how you can edit and run stored procedures in Visual Studio .NET and how to incorporate them into your Visual Basic .NET applications.
Taking the Visual out of Visual Basic By Karl Moore -
Learn how to creating a DOS-style console application with Visual Basic. The simplicity of doing this may surprise you!