Ok, this is one I could probably figure out, but I'm trying to get other stuff done too, so I'll throw it out here and see if anyone has anything canned.

I've got a form that's quite wide. It's also sizable.

Now, I've got a subclassing procedure named 'SubclassFormFixedSize". I use this in several places with large fixed-size forms to keep Windows from resizing them on small monitors. However, this form is a bit different.

Yeah, it's large (wide) but it also needs to maintain its ability to be resized.

I want it to be shown wide, even if it's wider than the monitor, and I'd like people to be able to drag it partially off the monitor and keep resizing even bigger if they want.

Any ideas?

Thanks In Advance,
Elroy