Willem Fourie
6 posts.
- Generate Code-DOMs directly from C# or VB.NETIf you write applications in .NET that generate .NET language source-code as output, and the output language should be selectable (typically C# or…
- Win32 XP Key Recovery UtilityFollowing my prior post: - Recover your XP product key from the registry using C#, I have had many requests to provide the same code in unmanaged C++ - so…
- Recover your XP product key from the registry using C#Ever needed to reinstall your PC and could not recover your product key from that 'safe storage' you were supposed to use? It is no secret that if your…
- System tray application basics for .NET 2.0\[ Comment: This code was originally written for .NET 1.1 and ported as is. As such, it should not refer to .NET 2.0 at all. Please refer to the comments…
- How to validate SA Identity Numbers\[South African Specific\] SAIDValidator is an ASP.NET webservice to validate South African Person ID numbers. It provides validation of a person ID by…
- Auto-refreshing ASP.NET web pagesThis means: forcing a page postback or redirect from a client browser without explicit user input. Why would you want to do that? The main reasons are:
