Category Archives: .NET

Delphi for .NET Developer’s Guide Arrived

I had a nice surprise waiting for me when I got home from work today. I received my copies of Xavier Pacheco’s Delphi for .NET Developer’s Guide! Here’s a copy of the front cover. If you haven’t received your copy … Continue reading

Posted in .NET, Books, Delphi | Leave a comment

.NET Framework: MonthCalendar DateChanged Event

Just a quick note that if you use the System.Windows.Forms.Control.MonthCalendar in a WinForms application, the DateChanged event fires every two minutes. If this behavior is undesireable, use the DateSelected event instead. No mention of this behavior is mentioned in the … Continue reading

Posted in .NET | Leave a comment