windows

Installing Python Imaging on Windows 64-bit (AMD64) Python

March 26, 2011

If you want need a 64-bit version of this module for Google App Engine, or another project, you can run into a couple of issues. Sticking to 32-bit versions of Python and PIL avoids these issues so that may be the best direction for newbies. The downloads on the PIL site are for 32-bit versions [...]

Read the full article →

Using the WTL CListBox class

February 4, 2011

Working with Win32 listbox controls is fairly simple but the code can be quite convoluted and get tedious after a while. I decided to use the WTL library to simplify some listbox handling code but it wasn’t initially obvious how to do this. Hopefully this blog post will help someone else understand the basics. Manual [...]

Read the full article →

Multiple Monitor/Screen Information Example

March 20, 2010

Microsoft made it very simple to get information about the displays available to Windows with the Screen class in Windows Forms. Using this class you can identify the primary screen, and get properties like size from any display device. For anyone developing an application which supports multiple monitors the Screen.Bounds property may be useful in [...]

Read the full article →

Weekly Links #2

January 26, 2009

Microsoft InfoMesa Project Whiteboard for your data Fabric – like Capistrano but written in Python A Visual Introduction to Screen retlang – Google Code Tim Sneath : The Bumper List of Windows 7 Secrets update-engine – Google Code

Read the full article →

PowerShell and svnadmin dump/load

January 26, 2009

Recently I was migrating several Subversion repositories from a Windows server over to a Solaris one and ran into a rather frustrating issue. Actually it’s quite an interesting problem, but was frustrating due to the size of the repositories involved, and my fear that repositories were borked. It all started with my decision to fire [...]

Read the full article →

First impressions of Windows 7 Beta 1

January 11, 2009

After a very quick install on a Dell XPS M1710 laptop, and a few hours of messing around, I have come to the conclusion that this is going to be the best release of Windows yet. At the same time, it’s not very exciting for the alpha geek in me. Perhaps it is good to [...]

Read the full article →