My first C#-program is not "Hello, world!", but…
… correct you guessed it some ARGB-stuff again. This is getting boring I know, even for me *g* I’ve been asked for help on this via eMail, but instead of just keeping it in private I think putting it here might be of more use to the community. The C#-code can be fetched via this link. When it compiled correctly it looks like this:
There are some points left, which could use some polish. For example, it’s not a very strict object-oriented program and I guess the C#-purists among you could tune it for more style. But for my first steps with C# and MonoDevelop I’m satisfied with it.

April 13th, 2006 at 9:18 am
"This get’s boring" Are you kidding me ? This never get’s boring.
Keep up the great work you do and thanks for this a 100x times.
April 13th, 2006 at 9:51 am
Awsome dude. C# is also my main programming language
Someone did something similar: (bit old)
http://eric.extremeboredom.net/2006/02/19/252/
January 5th, 2007 at 5:12 am
Thanks a lot for posting the source for this!
I have a Mono/Cairo stuff I have been hacking around on, but for some reason it never rendered transparently. Hopefully, I can compare this with my code to figure out where I went wrong.