Hello,

On Fri, 31 Dec 2010 11:28:54 +0100
Sébastien Lorquet <squa...@gmail.com> wrote:

> Can't read japanese, but that seems interesting:
> http://translate.google.fr/translate?hl=fr&sl=ja&tl=en&u=http%3A%2F%2Fyta.blogzine.jp%2Fweblog%2F2010%2F12%2Fpropertysheet.html
> 
> I NEVER managed to get a windows mobile style on property sheet
> dialogs... In fact I had the exact same problem as described here. I
> just managed to send the tabs in the bottom of the page using styles.
> 
> Could that PSCB_GETVERSION message be the key to do all at once? nice!
> Thanks, japanese blogger!

Yes, this is known/documented technique, for example
http://support.microsoft.com/kb/308593 . The problem was getting values
for PSCB_GETVERSION and COMCTL32_VERSION for wince/pocketpc
(clean-room, per previous discussion). First one easily is googlable and
figurable even from highlight excerpts, but COMCTL32_VERSION took more
time. WinCE's value for that constant is unlike normal Win32, where
those values are small integers, apparently representing interface
version. For WinCE it's apparently commctrl DLL version, major/minor.
So, that blog entry gave good insight what value to use. I also saw
couple of other hits with close values (like 0x20x). 

Btw, there's another way to figure it - query DLL directly on device.
But then again the problem is to figure out threshold value which
gives native look on as early devices as first PocketPCs.

Anyway, I've added those values to my git tree.

> 
> Sebastien.
> 
> On Fri, Dec 31, 2010 at 11:00 AM, Paul Sokolovsky <pmis...@gmail.com>
> wrote:
> 
> > Hello,
> >
> > On Fri, 31 Dec 2010 08:21:12 +0100 (CET)
> > Vincent Torri <vto...@univ-evry.fr> wrote:
> >
> > >
> > > Hey,
> > >
> > > > Can you read Japanese? Because this guy describes what value
> > > > COMCTL32_VERSION should have for wince (he mentions cegcc!).
> > > > And as for why's and how's... can you read Japanese?
> > >
> > > which guy ?
> >
> > Oops. I pasted it, I bet.
> > http://yta.blogzine.jp/weblog/2010/12/propertysheet.html
> >
[]

-- 
Best regards,
 Paul                          mailto:pmis...@gmail.com

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to