Results 1 to 5 of 5

Thread: simular control like listview WITH multiline text and object support of each subitem

Threaded View

  1. #2
    Fanatic Member
    Join Date
    Jan 2013
    Posts
    928

    Re: simular control like listview WITH multiline text and object support of each subi

    Quote Originally Posted by Softterrier View Post
    Hallo,

    does anybody can help me finding a custom control which has the features like listview control but with support of wrapped lines - not only at 'view' 0 and 1 (Icon and SmallIcon) but also 2 and 3 (list and report).
    Furtheron it would be great if its subitems support objects (e.g. pictures, progress bar, rating stars, etc.) just like here: http://www.codeproject.com/Articles/...o-Use-ListView .

    It would be perfect if it even would have the same object model so that it could easily be exchanged with standard listview code.

    Does anybody know any custom control like that? (I suppose that for this one lots of programmers are looking for.)

    Would be great to get help.
    Best wishes.
    by sure there are somes, but that is much work, by sure it is not available for free. Ppl. like to share simple things, but not very large nice looking and fully functional modules.

    the more close to it that I did once, is a fuly skinable forum viewer, it has two modes, navigation in forum directories tree, and browsing forum theads. With some methods you feeds in the forum data it accepts forums tags like [IMG][/IMG] so if posts has media tags it downloads from internet and shows it. Basically what a webserver does in PHP, it does in VB6, it parses ALL, text, tags, users Avatars, iconic properties powers, editor boxes, account management, all taking in account all skin scripts/images.png loaded for skin. And that was like 3 whole months of hard work to do it, test it, debug it, create a default skin, place it in a nice VB6 form, create a communication protocol to feed/send information from a main server using a winsock. (well I reused a existing protocol to encapsulate packets for the forum protocol "PiP").

    But that listView that you want, has more work and more ARTWork, by sure a 6month to 1 year, depends on the programmer's free time.
    Last edited by flyguille; Apr 11th, 2013 at 09:26 AM.

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