bj02454:
great, can't wait for the update. any chance of a 64-bit compile?
Start++ is already fully 64-bit (it's a .NET app, so it gets compiled on-the-fly for the target architecture). The only native code piece is the DLL that hooks into Explorer, of which both 32-bit and 64-bit copies are included in the installer - just so that users don't have to deal with two seperate installers. Keeps things simpler.
also, scaling doesn't do ie7 scaling (i.e. scale the whole page together without changing layout). any way to use ie7 to render to do this?
Possibly. Right now it's setting the CSS zoom property, I'm not sure if IE provides API access to their zooming feature.
finally, would it be possible to allow clicks on the page without closing the start-menu (default win behavior)?
Yeah I have that fixed in the rewrite. I just haven't had time to work more on it lately, and being sick with mono sure isn't helping that. Soon, I hope, though.