Background: Last Friday my development machine's hard drive decided to completely fail and as a result I ended up loading my OS from scratch onto a new drive. I had previously been using WinXP and since I was loading it fresh anyway, I installed Win7 Ultimate x64 instead of XP.
Since then, one of the programs I maintain that uses FlowchartX 3.2.1 (I know, old!) has had a very odd issue. I can build the project with no errors, the program runs perfectly fine, etc. The issue is that the control is not visible at all, but all of the code steps through just fine adding the boxes and arrows and such.
I think the issue is that the control is sized at 0x0 for some reason. You can see in this image that when I select the flowchart object from the document outline view that the resize handles become visible but are mashed together (the 4 boxes right in the center of the image):

It does this regardless of whether I use VS2005, VS2008 or VS2010. I also cannot go into the control's property pages and manually change the size, it immediately reverts back to 0,0. I've tried adding and readding the references to no avail as well.
Does anyone have ideas on what in the world is going on?