Hi all, I am aware of an issue that some people are having where Logon Screen Rotator will not change or is only intermediately able to change the logon screen image. This issue only applies to v3.0.029.2042. I am working on a fix and will have an update available by the weekend. Luke
Archives for the Month of June, 2010
What’s new in C# 4.0: Part 1: Optional Parameters & Named Parameters
Friday, 11 June 2010
Optional Parameters Prior to C# 4.0 the best method for optional parameters was method overloading. However, now C# 4.0 ships with the ability to have optional parameters, which are very simple to use. The biggest impact I think this will have is in COM interop, where you used to have to specify a value for [...]
New Tutorials
Saturday, 5 June 2010
I am in the process of writing more tutorials from a long list of general queries I recieve, I hope to put a few new ones up each fortnight. Here is the next installment: Multi-monitor Programming in C# You can view all of the current tutorials on my tutorial page as I wont always update [...]
