visual c++ - CView::OnInitialUpdate() gives me lower width and height -


using getclientrect inside cview::oninitialupdate() gives me lower values in width , height using same code inside cview::onsize.

ie

inside oninitialupdate

tagrect = {top=0 bottom=468 left=0 right=1009} 

while inside onsize get

tagrect = {top=0 bottom=518 left=0 right=1062} 

what seems wrong here ?


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

post - imageshack API cURL -

dataset - MPAndroidchart returning no chart Data available -