Recently I had the chance to improve some old "previous instance" detection code to add the ability to activate the previous instance. The code I used to detect a previous instance looked like this: Imports System.Diagnostics Private Function PrevInstance() As Boolean If UBound (Diagnostics.Process.GetProcessesByName
Similar Posts
I was browsing MSDN, and I came across this article A Programmer's Perspective on NTFS 2000 Part 1 Stream and Hard Link So I copied the code from Calling
a.k.a. The Power of the PrintForm Power Pack! Introduction Let's face it, ease of printing in VB.NET has never been its main selling point. In fact, because
An ImageList can be used for a ListView or TreeView control to contain many images in a single file, usually embedded as a resource. Visual Studio itself
In my prior post , I showed how to use XAML and XAMLReader to create inline XAML to display the results of a query. Today, let's take it a step further