[Bug 7712] WeatherScope window title bars (including dialogs) only display 1 character

Wine Bugs wine-bugs at winehq.org
Fri Mar 16 12:08:27 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=7712





------- Additional Comments From rmay at ou.edu  2007-16-03 12:08 -------
This may or may not be pertinent:
"The character set of a window is determined by the use of the RegisterClass
function. If the window class was registered with the ANSI version of
RegisterClass (RegisterClassA), the character set of the window is ANSI. If the
window class was registered with the Unicode version of RegisterClass
(RegisterClassW), the character set of the window is Unicode."

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowfunctions/iswindowunicode.asp

This to me suggests that Windows bases the A/W on the RegisterClassA/W called
rather than the CreateWindowA/W called.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list