Blog
Blog
Sign Up for our Free Newsletters
Thanks, You're in!
Visual Basic Categories
- "How to do it" Programming Techniques for Visual Basic .NET
- Learn VB.NET - Visual Basic for the New Millennium
- Find the Visual Basic Book You Need
- ASP.NET with Visual Basic Hub Site
- Quick Tips for VB Programmers
- Program Microsoft Office Applications
- Framework Tools for .NET
- Threading and Multiprocessing
- Blog
- Syntax, Concepts, and Diversions for Visual Basic Programmers
- Explanations for the new Visual Basic programmer
- VB Tutorials That Inform
- Updated Articles and Resources
Visual Basic Essentials
42 Articles in: Blog
Want to Include a File in Your Actual Project Assembly?
VB.NET resource files allow you to make objects like graphic files, strings, and icons available to your code and be included as part of the project. A resource file is integrated directly into your Visual Basic project for maximum execution speed and minimum hassle packaging and deploying your application. This article tells just how to use them in VB.NET.A Beginner's Guide to Threading in VB.NET
Threading is a technique that you usually don't learn about until you find that your program just isn't performing the way it should. This introduction shows you how to get started using threads and also illustrates how they work using a Permutations regression example from a previous article running as a worker thread.WPF Tutorial Part 6: A First Introduction to WPF and XAML for Visual Basic
An introduction for VB programmers to WPF - Windows Presentation Foundation - and XAML - Extensible Application Markup Language - can be found in part 1 of this series. WPF requires a fundamental understanding of multithreading. Part 6 of the series introduces the important concept of multithreading by showing how to solve the problem of the error message, "The calling thread cannot access this object because a different thread owns it."Learn .NET for Free with This Microsoft Development System
Microsoft is making it as easy as they can for you to learn Visual Studio by giving away a really great development system absolutely free: Visual Basic .NET 2010 Express Edition. This is part 1 of a introductory tutorial using VB.NET Express. In this segment, you learn what it is, how to get it, and how to get started using it by writing a program.
View More

