Posts Tagged ‘C#’

How to automatically start a program in the tray

The Problem: There is no way to start a program minimized in the system tray

The Cause: The correct event is the Shown event, which is not intuitive (to me anyway).

Read more on How to automatically start a program in the tray…

Popularity: 1% [?]

How to fix binding problems with Microsoft.Web.Administration.ServerManager

The Problem: You are trying to create a new website programatically via the Microsoft.Web.Administration.ServerManager and having no luck.  In fact, you are getting invalid binding errors at every turn. Read more on How to fix binding problems with Microsoft.Web.Administration.ServerManager…

Popularity: 2% [?]