Re: POCKET PC GUI issue

Tech-Archive recommends: Fix windows errors by optimizing your registry



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
.



Relevant Pages

  • Re: spatial autocorelation methods
    ... the reference data set is of much finer resolution than the data ... one coarse pixel set we are ... calling the pixel 'footprint'. ...
    (sci.image.processing)
  • Re: Question for everyone
    ... > I'm looking for a good reference or two that will give me Windows GUI ... Right now the only book I have is Petzold's Programming for ... The O'Reilly Windows Forms in a Nutshell is good as a reference - the first ...
    (microsoft.public.dotnet.languages.vc)
  • MrEd beginner
    ... I am a Scheme newbie and I have just started writing an application ... I really like it very much, but I'm having some trouble: ... expression that uses the GUI). ... reference to undefined identifier: new ...
    (comp.lang.scheme)
  • MrEd beginner questions
    ... I am a Scheme newbie and I have just started writing an application ... I really like it very much, but I'm having some trouble: ... expression that uses the GUI). ... reference to undefined identifier: new ...
    (comp.lang.scheme)
  • Re: Getting a reference to an object instantiated by doClick()
    ... in the JMenuBar of my main GUI. ... I'm really not clear *how* this works but the second doClick() instantiates ... a reference to that dialog. ...
    (comp.lang.java.gui)