2005-10-23
My C# and .NET articles
This post contains links to all the (small) articles and pieces of code in C# that I posted. You can always access it via a link on my sidebar. Each time I post something in this category, I'll update this post.
General
- Static destructor in C#
- Rounding a floating point value to a certain precision
- Fast .NET formatting of values
- Reading from and writing to a Stream
- Years, months and days between 2 dates
- Filter numbers out of a string
- Format a file size
- Reading data from an embedded resource
- Reading an image from a file without locking it
- FileCreationWatcher
Windows Forms
- Painting a Control onto a Graphics object
- Copying an HTML-fragment to the Clipboard
- Screen capture tool
- Getting a list of all open windows
- TC Animation Library
- Making your password TextBox more secure