Hello Marek, Friday, August 17, 2007, 18:13:58, you wrote:
>>reported in https://www.ritlabs.com/bt/view.php?id=6426 In previous versions of The Bat!, black circle was the default character for edit controls from comctl32.dll version 6. This black circle has been automatically assigned by Windows. The Bat! did use these controls for non-unicode text fields. For Unicode text input, like OTFE startup password, The Bat! did use RichEdit control from Riched20.dll or Msftedit.dll. Windows does not automatically assign black circle for password-protected rich edit control, so The Bat! 3.99.16 now sends "SendMessageW(Handle, EM_SETPASSWORDCHAR, $25CF, 0)" to assign the black circle, where 25CF is a hexadecimal code for the black circle unicode character. Please test Unicode password-protected text input, like like OTFE startup password, and let me know the results. -- Best regards, Maxim Masiutin mailto:[EMAIL PROTECTED] ________________________________________________________ Current beta is 3.99.16 | 'Using TBBETA' information: http://www.silverstones.com/thebat/TBUDLInfo.html

