Results 1 to 2 of 2

Thread: [RESOLVED] How to enable Groups in custom ucListView?

  1. #1

    Thread Starter
    Addicted Member sergeos's Avatar
    Join Date
    Apr 2009
    Location
    Belarus
    Posts
    162

    Resolved [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:
    Name:  lvwGroup1.jpg
Views: 243
Size:  54.7 KB

    this is from my development mode under IDE:
    Name:  lvwGroup2.jpg
Views: 183
Size:  34.1 KB


    I ask people with a deeper understanding of the processes to help with solving the problem.


    The control src files ucListViewEx_3beta.zip
    Ten Years After - 01 You Give Me Loving

  2. #2
    PowerPoster
    Join Date
    Jul 2010
    Location
    NYC
    Posts
    5,652

    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

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width