Showing related tags and posts accross the entire site.
-
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...
-
This is sample code written in VB.NET using Visual Studio 2005 and targetting .NET framework 2.0. The standard built in Webbrowser control is missing many key features of the unmanaged COM based control. This is likely due to the framework's need to work against versions of Internet Explorer from...
-
This is an example script file for installing the .NET 2.0 Framework on Windows using INNO Setup. It includes checking for the existance of the framework, and installing it when needed. It also offers several additional checks before installing, like Windows version, SP level, MSI Installer Version,...
-
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...