-
Visual Studio 2010 gives us a slightly different dialog for creating a new project than we are used to from Visual Studio 2008. It comes as a welcome change because they have added some great features like the ability to search installed templates, as well as the ability to change the sort order for...
-
Generally finding out if a user has the permissions to do something involves trying to do that thing, and handling the access denied (error 5) exception that results. What if you wanted to know if a user is an admin though prior to doing some admin task via code? Normally this would be as easy as checking...
-
Today we are going to look at an alternative to using ClickOnce or Windows Installer MSI to install an application written in .NET. This article is written for installing an application written in Microsoft .NET 2.0 (does not have to be VB specifically) and including the .NET Framework as part of your...