Yet another C# developer with a blog.
Browse by Tags
All Tags »
HTML (
RSS)
-
|
Anyone who has read CODEGATOR for any length of time may have noticed that I've recently started adding code snippets into my blog entries again. If so, you may also have noticed that my code snippets have much, MUCH better formatting than they used...
|
-
|
Here is a strange little class I wrote some time ago to render a string containing HTML into a bitmap image. It's one of those ideas that could come in handy some day, so I'll go ahead and share it. public class HtmlHelper { public event EventHandler...
|