hi, all.
i want to get the size of main pane.
i can get screen size by
CCoeEnv* screenP = CCoeEnv::Static();
TSize screenSize = screenP->ScreenDevice()->SizeInPixels();
but.... the size is the whole screen,i only want to get the mainpane.
how should i do......
thanx.

Reply With Quote

