Thread: Best free ListView replacement?

  1. #1
    Registered User
    Join Date
    Jan 2011
    Posts
    8

    Best free ListView replacement?

    Does anyone know of a good, free listview replacement, which includes ability to edit subitems? Looking to use it in commercial software, so cannot use if subject to GPL license or other license which would require open distribution of my application.

    Thanks.

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    CodeGuru's site usually has a good number of user created controls that are far better than the default versions.

  3. #3
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    If not that they have nice articles of how to do this yourself. If all you need is textbox editing it is quite easy to do and it is quite easy to build on top of that with other controls.

  4. #4
    Registered User
    Join Date
    Jan 2011
    Posts
    8
    Found one I thought I'd try. Trying it in VB Express b/c don't want to break C#. Have to build project after choosing the OCX to add to tools. On re-build, get the message:

    Error 1 Could not load file or assembly 'Interop.VBRUN, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. C:\Users\Jeff\AppData\Local\Temporary Projects\WindowsApplication3\AXIMP WindowsApplication3


    Guess I'm missing something..... Anyone familiar with this?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. free() doesn't seem to work...
    By AlienJedi in forum C Programming
    Replies: 10
    Last Post: 01-29-2008, 05:27 PM
  2. Free Store of memory
    By George2 in forum C++ Programming
    Replies: 6
    Last Post: 11-12-2007, 02:27 PM
  3. Replies: 6
    Last Post: 07-10-2006, 12:05 AM
  4. Troubles with ListView and Toolbar
    By cornholio in forum Windows Programming
    Replies: 8
    Last Post: 11-14-2005, 01:26 AM