3 Attachment(s)
[RESOLVED] How to enable Groups in custom ucListView?
Greetings to the inhabitants of the forum!
Found a great user control ucListView.
And the grouping function does not work for me, but although everything is fine in the compiled example.
This is in compiled exe as demo:
Attachment 179831
this is from my development mode under IDE:
Attachment 179832
I ask people with a deeper understanding of the processes to help with solving the problem.
The control src files Attachment 179833
Re: How to enable Groups in custom ucListView?
You need a manifest for Windows Common Controls 6.0, see LaVolpe's Manifest Creator II or just search the forums for 'manifest'.
For it to work when running from the IDE, you'll need to insert one into VB6.EXE, and for your .exes, include a .res containing it (Project->Add File...) and it will be compiled in.
To modify VB6.EXE to support them I think using Resource Hacker is the quickest, easiest, and most reliable way. Install that, then open vb6.exe, Action->Insert from Template->Manifest->(Advisable if on high-DPI monitor: change dpiAware value at the bottom to false)->Compile->Save