Re: POCKET PC GUI issue
- From: r_z_aret@xxxxxxxxxxxx
- Date: Fri, 24 Nov 2006 12:11:56 -0500
In my response to your identical question in
comp.os.ms-windows.programmer.win32, I posted a reference to source
code for several relevant functions. Did you try them?
On 21 Nov 2006 21:02:48 -0800, "Sabyasachi" <sabyamishra@xxxxxxxxx>
wrote:
Hi All,
I have one appliaction which is meant for PocketPC devices.
the GUI which i have made runs fine in an some versions of IPAQ(hp
iPAQhx2410, hp iPAQ h6365, hp iPAQhw6965 etc.... ), which has got 240 X
320 pixel size and OS version is winCE4.21.
Then i tried the same application on a later version of iPAQ with 240 X
240 pixel size, it shows only a part of it.
the GUI is not full on the screen.
means half the screen is only shown along with the menu bar.
am using the following :
RECT rc;
GetWindowRect(hWnd, &rc);
rc.bottom -= MENU_HEIGHT;
if (hwndCB)
MoveWindow(hWnd, rc.left, rc.top, rc.right, rc.bottom,
CVX_BOOL_FALSE);
How to rectify this problem?
thanks in advance
Sabyasachi
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).
Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com
.
- References:
- POCKET PC GUI issue
- From: Sabyasachi
- POCKET PC GUI issue
- Prev by Date: Data in IMediaSample half res of what it should be...
- Next by Date: Re: confused about Windows Mobile different categories
- Previous by thread: Re: POCKET PC GUI issue
- Next by thread: Format Treeview pre(Parent) nodes?
- Index(es):
Relevant Pages
|