Creating an Outlook Add-In Part 1
Learn how to crate an Outlook Add-in to backup Important Email. Part 1 of this article concentrates on Outlook 2003and VB.NET 2003. Part 2 will concentrate on Outlook 2007 & Outlook 2010 with VB 2010.
Learn how to crate an Outlook Add-in to backup Important Email. Part 1 of this article concentrates on Outlook 2003and VB.NET 2003. Part 2 will concentrate on Outlook 2007 & Outlook 2010 with VB 2010.
This article is part two of an introduction to Microsoft Visual Studio 2010. It covers how to navigate through the different menus and tools. It specifically covers Microsoft Visual Basic 2010 Express Edition. Read along to learn how to write a very simple Hello World application using Windows Forms.
Memory mapped files use the system's memory manager and lets you treat large files as if they were in-memory objects, supporting extremely large file access, faster access, and multiple, simultaneous processes accessing the same file.
Encryption and keeping secrets depends on large prime numbers that are too big to crack by brute force. .NET framework 4.0 introduces the BigInteger that has no theoretical upper and lower bounds.
Microsoft Visual Studio has extensive support for setting breakpoints with extra conditions, including code, and then searching for and managing those breakpoints. Read more to see how to put beakpoints to work for you.
This is a very simple example to get TDD newbies started with NUnit 2.2.0 and Test Driven.Net 1.0 in VB.NET.
Learn to use multi-threading to improve the performance of your .NET framework applications.
Learn how to leverage BLOBs in your application. Read along as we look at the simplest of those scenarios, simply hosting your public files in a better place than your server.
Auto-implemented properties in VB 2010 provide developers with the convenience of fields, in terms of how much code you write and the benefit of properties.
At Microsoft's CEO Summit 2010, CEO Steve Ballmer tells many of the world's most influential business leaders that the future lies in "the cloud."
Beginning with basic file I/O concepts this article wraps up by demonstrating how you can use the Dynamic Language Runtime (DLR) in .NET 4.0 to map text file data to objects.
This article examines language enhancements added to the Visual Basic programming language with the release of Visual Basic 2010.
Write a reflection mechanism one time to reflect any object or collection; knowing your code's state is the first step in writing bug-free code.
VB2010 supports Sub routine Lambda expressions and multiline expressions, read on to see how to define these little method packages.
Learn to use the basic parallel operations--multithreading--incorporated into .NET framework 4.0.
Microsoft-sponsored open source foundation names a new permanent board of directors as the effort aims to grow beyond its roots.
Say your goodbyes to line continuation characters, with a brief look back at Basic.
Learn how to dynamically build and explore Lambda expressions from expression trees.
Learn about the history of debugging and evolutionary improvements in Intellisense in Visual Studio 2010.
How to create an object using the Singleton pattern in VB.NET
Use Visual Basic .NET to create an Autorun menu, through the use of HTA, JavaScript and VBScript.
Need your server and your site up and running quick? Let Greg Larsen show you what you need to know to get SQL Server running and configured.
The Windows "Turn off" buttons are three or more steps away from the desktop work area, depending on your personal settings. This can be not only inconvenient, but downright bothersome at times. These programs can power down the computer, in just one or two steps.
Explore an Undo/Redo framework for editing controls in a Windows application.