Posts Archived in Code
Posts about code, programming and relevant tools.
.NET 2.0 (Beta 2) Experiences
Apr 30
A windows programmer plays with .NET 2.0 Beta 2 just to find the things he needs missing.
Howto Display List in Columns
Nov 19
This document provides a solution to display a simple HTML list in columns with icons per list item and how to reorder the list items into top-to-bottom, left-to-right.
Code Presentation
Aug 6
b.gr's take on Code Presentaion in HTML, including syntax highlighting in JavaScript.
VC++ 2005 Express, Ladybug and me
Jul 30
b.gr reflects about Visual C++ 2005 Express Beta and the MSDN Feedback Center.
How not to add features
Jan 27
So, you added a requested feature to your program, made it fully customizable through the GUI including preview (you even fixed a bug there) and happily released it to the public to satisfy your users. Then, after some weeks (or...
More Fun with CSS
Aug 7
Just to prove that pseudo complex layouts are possible without tables, I created this. Eventually the content will describe the way how it's been done, but I don't feel like writing anymore now... The hardest part has been the "div...
Another WTL Snippet
Aug 6
Ya, while I updated the MBC (string resource loading working now), I just thought: hey, you're already doing this boring doc stuff so continue and add some content to Single Application Instance. Maybe I'm able to beat my lazyness and...
New WTL Goddie
Aug 5
I just uploaded my implementation of a message box with a checkbox feature (see MessageBoxCheck). The documentation is not finished yet but the usage should be pretty straight forward. Hm, I missed to note that the resource string loading feature...
hmm
Jul 13
"How to install VS.NET 2003 to the another drive?" (source: The Code Project VC.NET IDE issues forum)... It's not that hard and located where one would expect it. How will someone be able to write useable software when (s)he is...
wandered
Jul 10
Progress of Project Wanderer: finished one of the more tricky classes, untested but compiles and looks like it should do what it's supposed to do :) The next class to convert is one of the more complex ones (in number...
Codename: Wanderer
Jul 7
Sundays are boring... and so finally I decided to start a Windows port of a Linux thingy that got some attention lately - at this point I will not name it as I'm not sure if I'll run into some...