search for: em_exsetsel

Displaying 2 results from an estimated 2 matches for "em_exsetsel".

2010 Nov 20
1
CRITICAL_SECTION hang my application
...o add text, the text adds perfectly, but when the second thread tries to add text - it hangs my app :( . Here is the code in C++: Code: HWND__ *h_Edit = rtf_list->Handle; EnterCriticalSection(&cr_sec); CHARRANGE cr; cr.cpMin = 0; cr.cpMax = 0; // App hangs on this line SendMessage(h_Edit, EM_EXSETSEL, 0, (LPARAM)&cr); //..... LeaveCriticalSection(&cr_sec); Before this I use: Code: CRITICAL_SECTION cr_sec; InitializeCriticalSection(&cr_sec); to initialize Critical Section.
2006 Dec 08
0
Wine release 0.9.27
...nt. fonts: Add Ukrainian and Byelorussian symbols in Small fonts. fonts: Add Ukrainian and Byelorussian symbols in MS Sans Serif font. Lei Zhang (3): msxml3: Fix compiles for systems with libxml2 version 2.6.14 and below. riched20: Fixes and additional conformance tests for EM_EXSETSEL. riched20: Move EM_EXSETSEL fix into ME_SetSelection. Louis Lenders (3): crypt32: Better stub for I_CryptInstallOssGlobal. crypt32: Add test for I_CryptInstallOssGlobal. shell32: Define AVI resource 152. Marcus Meissner (2): shell32: Forward SHDeleteKeyA directly to...