I tried the following:
mesbox->MoveWindow(0,0,rect.right-130,rect.bottom-25);
mesbox->ScrollWindow(0,-mesbox->GetScrollLimit(SB_VERT));
mesbox->Invalidate();
After resizing the window, I attempted to scroll the text to the very top, but this code never effected the text scrolling position at all...