comctl32
Delphi 5 causes EAccessViolation when manifest is added as a resource
This is one of most interesting problems I have found recently. We have a legacy Delphi 5 program (Rave Reports 4 references are preventing from upgrading to D2007).[详细]
2023-04-12 17:21 分类:问答CreateDialog Failed, but why GetLastError returns 0?
I am writ开发者_开发百科ing an editor for my project by using scintilla editor component. The editor is for an internal scripting language, having all the basic functionalities like cut,copy, paste et[详细]
2023-04-02 12:13 分类:问答GetModuleHandle and GetProcAddress when COMCTL32.DLL is loaded twice
I am running inside a process where COMCTL32.DLL is loaded twice, once with the version 5.82.7601.17514 and once with the version 6.10.7601.17514. The legacy version is loaded by some legacy DLL 开发者[详细]
2023-04-01 11:25 分类:问答FlatSB_GetScrollInfo could not be located in ... COMCTL32.dll
I just upgraded a product from C++Builder 2007 to RAD Studio XE, and at the same time开发者_如何学编程 changed some third party component.[详细]
2023-03-14 07:24 分类:问答Enable 'ReaderMode' in .Net control, PInvoke DoReaderMode API
I want to enable the \'ReaderMode\' for paning/scrolling my control in .Net. Closest thing I found was this Win API function http://msdn.microsoft.开发者_开发技巧com/en-us/library/bb775599(VS.85).aspx[详细]
2023-03-10 20:16 分类:问答Is the call order guaranteed for multiple SetWindowSubclass against the same window?
I am using SetWindowSubclass to set up two different subclass procedures against a control (in this case, a multiline edit field).[详细]
2023-02-13 08:59 分类:问答FindPrivateKey under Windows 7 64 bit doesn't work
开发者_JS百科I\'ve downloaded .net sample FindPrivateKey, compiled for framework 4.0, tried for different platforms (32bit, 64bit, Any CPU) but it didn\'t work. Always the same error: the ordinal 345[详细]
2023-02-12 17:30 分类:问答ListView multiple selection behavior?
The ListView in Comtl32.dll v6.0 does multiple selection (when using Shift key) as follows (x means selected)[详细]
2023-01-29 15:21 分类:问答Skin Dialogs when using XP Themes?
I have been skinning dialogs by using the WM_CTLCOLORSTATIC, WM_CTLCOLORBTN messages as such:- case WM_CTLCOLORSTATIC:[详细]
2023-01-07 17:56 分类:问答Dialog of my Word add-in not using visual styles
I have written a Word add-in in C++ using plain Win32 API. It opens some dialogs but these are always shown without commctl6 visual styles on Vista+. The manifest is in place as RT_MANIFEST and resour[详细]
2023-01-04 15:15 分类:问答