>How do I build a normal window, with a close box, zoom box, no scroll bars
>and no "resize" block at the bottom right?
I think this what you're looking for:
_myZoomNoGrow = 13
Use that constant for the window type (in place of _docNoGrow, etc.)
-- Brian Victor