Archive for the 'C#' Category

VB#

Posted by Edward on February 20th, 2007

I’ve been a Visual Basic programmer since ‘98 - actually earning money programming in VB6 that is. I dabbled a bit with similar concept previously although they were called Access Basic or later Visual Basic for Applications. Then one day Microsoft decided to join the object oriented crowd. They claimed that VB6 was an […]

How to write custom events in C#.Net

Posted by Edward on September 13th, 2006

There are plenty of books on the subject for those who want some deeper insight into events and .Net programming. All books I’ve come across tend to be very verbose. This will be a brief How-To that just presents the rudimentary steps needed to add a custom event to your class.
The necessary steps are:

Create an […]

My personal How-To repository

Posted by Edward on September 13th, 2006

If you are anything like me, i.e. has a terrible memory, you might want to keep a recepie of a common task written down somewhere. I find that I frequently forget how to do simple things like declaring custom events properly. And when I need a refresher course I grab a book or surf the […]