mctrl icon indicating copy to clipboard operation
mctrl copied to clipboard

C library providing set of additional user interface controls for Windows, intended to be complementary to standard Win32API controls from USER32.DLL and COMCTL32.DLL.

Results 14 mctrl issues
Sort by recently updated
recently updated
newest added

(mCtrl-0.11.5) debug, 64bit, gcc compiler, Windows-64bit Occurs at the moment of tab movement, this is unhealthy behavior. ![bagMDitab](https://user-images.githubusercontent.com/103524679/163014948-473c9ab9-8969-4482-a785-09be7f73eaf0.jpg)

while i understand the minimal burden you talk about... i think you still should NOT drop support for 2k/XP you have something great here, that is how MS should had...

**Is your feature request related to a problem? Please describe.** I want to support dark mode for my application, and I found there is not possible to style the mctrl...

enhancement

In addition to MC_TLI_FIRST and _LAST, MC_TLI_SORT is usefull.

enhancement

Hi, Martin. I did not manage to find how to get the treelist selection. I am trying to get the clicked item on NM_DBLCLK notification. 1. HTREEITEM hSelectedItem = TreeView_GetSelection(lpNmHdr->hwndFrom);...

enhancement

I would like to use the filter system by column and sorting in the grid Here, I have a small sample of how to use the ListView Filter: ``` #include...

enhancement

This is a list of ideas for improving the MdView control. (No guarantees though.) * [ ] Loading and displaying local images * [ ] Loading and displaying remote images...

enhancement

Hi Martin, A nice feature that i think is missing from mCtrl is a live histogram with capabilities to zoom in and out historic data from a vector container. I...

enhancement

When running ex_html.exe built with mingw-w64 on Windows 8 and 8.1, a PNG image is not shown in the HTML page.

bug