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).
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
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 开发者
I just upgraded a product from C++Builder 2007 to RAD Studio XE, and at the same time开发者_如何学编程 changed some third party component.
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
I am using SetWindowSubclass to set up two different subclass procedures against a control (in this case, a multiline edit field).
开发者_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
The ListView in Comtl32.dll v6.0 does multiple selection (when using Shift key) as follows (x means selected)
I have been skinning dialogs by using the WM_CTLCOLORSTATIC, WM_CTLCOLORBTN messages as such:- case WM_CTLCOLORSTATIC:
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