Here’s my simple version using System.ComponentModel; //Define a class to hold the event arguments, if one isn’t already defined. public class DesignEventArgs : EventArgs { private DesignListItem item; public DesignEventArgs(DesignListItem item) { this.item = item; } public DesignListItem Item { …

Dirt Simple C# .NET Custom Event for UserControl Read more »

1. From the Services menu, select OpenVPN The OpenVPN page loads 2. In the Certificate Authorities and Keys section, click the Generate root/host certificates button A Generate root/host certificates page loads 3. Enter ALL the fields and select a 2048, …

Enable IPFire OpenVPN and Windows Client Setup Read more »

Allowing SQL Server to accept changes to tables through the designer is not recommended. Use Transact-SQL statements to make the changes to the metadata structure of a table. I you must: To change the Prevent saving changes that require the …

Make changes to SQL Server without dropping and recreating table Read more »

This is right from NAS4Free’s site. A gem. Description This tutorial is meant for the Windows user who wants to install NAS4Free embedded/LiveUSB to USB stick / CF card. Before we start, we will need the following utilities : – …

[HOWTO] Write a NAS4FREE Image file (.img) to USB flash drive for upgrade Read more »