views:

41

answers:

1

We are trying to create a widget of width larger than 2^15 pixels and the widget gets only black (no content shown) when we pass the 2^15 pixel barrier. Is there any documented maximum size limits imposed on widgets?

Any help is appreciated. Not only CE but I am interested in desktop Windows as well.

P.S: Using C++

A: 

The only thing I could find on MSDN Control.Size was this:

On Windows Server 2003 systems, the size of a Form is restricted by the maximum pixel width and height of the monitor.

I imagine the same would be true on a handheld running Windows CE.

0A0D
That would restrict us by 800x480 which is not the case here.
cartman