• Home
  • Blog Posts
  • Support
Logo
  • Technot
  • C Sharp
  • GPO Office 2010
  • C# Tip
Microsoft reduced the amount of TechNet keys (argh!)

Microsoft reduced the amount of TechNet keys (argh...

If you have a Microsoft TechNet subscription, Microsoft reduced the number of keys per product from 10 to 2.  Although, if you have a Professional Subscription, you get 5 keys.  However, the largest issue here is that they never informed anyone of the change.  If you had 10 keys available for Windows 7 and activated 2 of them,...

Read More
Downloading large files using ASP.Net and C#

Downloading large files using ASP.Net and C#

I was recently working on a problem where a legacy asp web application was using Response.Binarywrite which has a well documented problem of loading the file into the servers memory buffer for IIS.  Downloads over a few hundred megabytes would throw an exception to the web browser.  Unfortunately, almost everyone has this problem...

Read More
How to install Office 2010 by Group Policy

How to install Office 2010 by Group Policy

Pushing out Microsoft Office 2010 by group policy is not as difficult as it was with earlier versions of Microsoft Office. However, you need to start with the right version of Office 2010, a version that ships with OEM installs (on new laptops or desktops from the manufacturer like Dell or HP) won’t work with volume license keys. Also, all...

Read More
C# – Windows Form Application: How to hide the Startup Form

C# – Windows Form Application: How to hide t...

If you are working on a coding project where you only want to have your application load in the System Tray, you probably want the startup form hidden.  To hide the startup form in a C# Windows Form Application, add the following code to the Load event for the form: { this.WindowState = FormWindowState.Minimized; Hide(); } Also, in the...

Read More
Previous Next
  • Recent
  • Popular
  • Random

From the Blog

Microsoft reduced the amount of TechNet keys (argh!)

Microsoft reduced th...

Posted by cloverme on Sep 27, 2010

Downloading large files using ASP.Net and C#

Downloading large fi...

Posted by cloverme on Aug 14, 2010

How to install Office 2010 by Group Policy

How to install Offic...

Posted by cloverme on Aug 4, 2010

Dell vs. Intel vs. M...

Posted by cloverme on Mar 3, 2008

Project Management Kung Fu with Project Server

Project Management K...

Posted by cloverme on Jul 3, 2007

Make your passwords more difficult to crack.

Make your passwords ...

Posted by cloverme on Jul 14, 2007

View mailbox size, n...

Posted by cloverme on Jun 4, 2010

Keep Windows SBS Ser...

Posted by cloverme on Jul 18, 2010

Free Windows 7 Upgrade

Free Windows 7 Upgra...

Posted by cloverme on Nov 29, 2009

Powered by WordPress | Designed by Elegant Themes