How to skin CListCtrl including scrollbars and column headers
Last Updated: 22 Nov 2003
Page Views: 253,773
Rating: 4.78/5
Votes: 67
Popularity: 8.73
Bookmark Count: 188
This article will show you how to skin a CListCtrl including the CHeaderCtrl and the scrollbars. You will be able to totally customize the look and feel of almost all the aspects of a CListCtrl.
How to skin scrollbars for Panels, in C#
Last Updated: 13 Jul 2006
Page Views: 101,926
Rating: 4.37/5
Votes: 29
Popularity: 6.39
Bookmark Count: 91
Licence: The Code Project Open License (CPOL)
This article shows you how to create a skinnable scrollbar as a user control, and use it in a Panel to replace the ugly Windows scrollbar.
How to add support for undocumented third party hardware controllers
Last Updated: 23 May 2006
Page Views: 43,830
Rating: 4.49/5
Votes: 31
Popularity: 6.69
Bookmark Count: 37
This article shows you how to reverse engineer popular proprietary undocumented third party hardware controllers so that you can add support for them in your own applications. This article focuses on how to do this for the PCDJ DAC-2 and Hercules DJ Console hardware controllers.
Super Easy DLL
Last Updated: 2 Dec 2004
Page Views: 82,024
Rating: 3.00/5
Votes: 39
Popularity: 4.77
Bookmark Count: 27
Licence: The Code Project Open License (CPOL)
How to create a DLL the easiest way! No need for LoadLibrary, GetProcAddress, or typedefs! Just link to the lib, include the header file, and start calling functions from your DLL! Super Easy!
Advanced customization of WebBrowser Control in Dialog based app.
Last Updated: 19 Aug 2003
Page Views: 113,467
Rating: 4.59/5
Votes: 42
Popularity: 7.45
Bookmark Count: 91
Licence: The Code Project Open License (CPOL)
Shows how to customize the Microsoft WebBrowser control in a dialog based app to allow custom context menus, message boxes, windows, modal dialogs and C++ function calls from JavaScript to your application using window.external.