Search Results

5
votes
5answers
1k views

I want my C# Windows Service to automatically update itself.

Is there a framework that can be used to enable a C# Windows Service to automatically check vor a newer version and upgrade itself? I can certainly write code to accomplish this, but I am looking …
1
vote

Binary patch-generation in C#

Have you seen VCDiff? It is part of a Misc library that appears to be fairly active (last release r259, …
0
votes

Click through transparency for Visual C# Window Forms?

If what you want is a hole through your window, set the TransparancyKey on your main form to some color (I chose Blue) and set the BackColor of the panel you want to click through to the same color …
2
votes

.Net Process.Start default directory?

Use the …