Using the GetClientRect inside the CView::OnInitialUpdate() gives me lower values in Width and the Height than using the same code inside the CView::OnSize.
ie
Inside OnInitialUpdate I get
tagRECT = {top=0 bottom=468 left=0 right=1009}
while inside OnSize I get
tagRECT = {top=0 bottom=518 left=0 right=1062}
What seems to be wrong here ?