Well... the above works fine, but when I implemented the rollup functions.
I discovered some issue....
1) I have to be able to disable the Border resizing when the window is rolled up.
2) Just turning BorderStyle to single works, but when I roll the window down, the Caption bar reappears.
So, I recall the the code that hides the caption (and leaves the border), but it doesn't work properly.
So, I have disabled that code for now.
3) Below is screen of window I am making... Rollup works great!!!
However, because I have the BorderStyle set to none, I don't have a border to resize the window when it's rolled down.
4) I have to be able to lock or unlock the border resizing each time the rollup goes up or down.
I am searching everywhere on this way of doing it, but, nothing yet.
Any ideas where I can go from here?