tips needed for implementing the common control ICC_STANDARD_CLASSES

James Hawkins truiken at gmail.com
Sun Aug 29 00:55:38 CDT 2004


Ok I'll try to get that in.  Thanks for the tip Juan.

On Sat, 28 Aug 2004 22:26:22 -0700 (PDT), Juan Lang <juan_lang at yahoo.com> wrote:
> James wrote:
> > The unknown class is one of the two control classes
> > left to be implemented in commctrl:
> > ICC_STANDARD_CLASSES.  I would like to implement
> > this class, but I have no idea where to start.
> 
> It doesn't look like you'd need to do anything special
> for the ICC_STANDARD_CLASSES case.  The standard
> controls are all registered when user32 loads (see the
> call to CLASS_RegisterBuiltinClasses in user32's
> user_main.c).  Comctl32 already imports user32, so
> ICC_STANDARD_CLASSES ought to be able to be added to
> the /* dummy initialization */ section of
> InitCommonControlsEx.
> 
> While you're at it, the comment appears to be
> incorrect.  It says ICC_LINK_CLASS is unimplemented,
> but in fact it is in the case statement below.  The
> comment at the top of the file is similarly out of
> date.
> 
> At least, that's what I get by reading it.  YMMV.  Try
> patching and seeing how kazaa lite does :)
> 
> --Juan
> 
> 
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - Send 10MB messages!
> http://promotions.yahoo.com/new_mail
> 


-- 
James Hawkins



More information about the wine-devel mailing list