Solution to Reactivate Office 2016 on Windows 10
My LEGIT copy of 32-bit Microsoft Office 2016 failed to activate today. Navigate to: C:\Program Files (x86)\Microsoft Office\Office16 Right click: OSPPREARM.EXE Select: Run As Administrator
My LEGIT copy of 32-bit Microsoft Office 2016 failed to activate today. Navigate to: C:\Program Files (x86)\Microsoft Office\Office16 Right click: OSPPREARM.EXE Select: Run As Administrator
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, …
It appears the developers of OpenCATS are no longer supporting their open source project. Version 0.9.1 asks for a license key and provides a dead link. This is a solution. If they were still offering Opensource Licenses, this post wouldn’t …
A number of jobs I get are fairly processor intensive so I decided to take a look at .Net’s new Parallel library, wondering how performant it’d be in my (not necessarly your) environment. Implementation is fairly straightforward, with a minor …
Same as it was in the last version. The task can either be performed through the Server Management Studio designer to code In the designer, select the field ensure it’s an int Set the Column Properties as IsIdentity Or …
How to create an Autonumber field in SQL Server 2012 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 »
Connect keyboard, mouse, monitor, ethernet and power cables. Power on machine, tap the F12 key Insert Windows 7 DVD, select DVD boot Hit spacebar to boot from DVD Select Advanced setup -> Delete all drive partitions Admin pw: xxxxx name: …
Install Windows 7 Ultimate and PLE packages outline 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 »
For these examples: Mainform is the name of the top level form Subform1 is the name of the subform CONTROL on mainform Subform2 is the name of the subform CONTROL on the 1st subform. If you are on Main …
[GUIDE] Refer to Microsoft Access Form, Subform properties and controls Read more »