MSI: Radio Buttons

Alexandre Julliard julliard at winehq.org
Thu Mar 3 05:42:53 CST 2005


Ulrich Czekalla <ulrich.czekalla at utoronto.ca> writes:

>  const static WCHAR szStatic[] = { 'S','t','a','t','i','c',0 };
> +const static WCHAR szButton[] = { 'B','U','T','T','O','N', 0 };
> +
> +const static WCHAR szButtonData = { 0 };

Did you really intend to use an empty string here for the button
property?  That doesn't seem right; though if you really need to
redefine the winproc it would be much cleaner IMO to define a proper
window class.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list