Announcement

Collapse
No announcement yet.

PB/DLL Virtual ListBox control

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PB/DLL Virtual ListBox control

    Snyggt Börje.
    Precis vad jag behöver, men inte haft tid eller kunskap att göra själv.
    Den bästa julklappen i år.
    --For people with english as second or third language--
    Cool Borje, Exactly what I need,but hadn't the skill or time to do myself.
    Best xmas-gift this year.
    -------------------------
    Best part is the possibility to sort the array on any column you chose



    ------------------
    Fred
    mailto:[email protected][email protected]</A>
    http://www.oxenby.se

    Fred
    mailto:[email protected][email protected]</A>
    http://www.oxenby.se

  • #2
    Thank you. Only glad if it can be of some help. Needed it myself
    and realized it could be useful for others, so I took the day off
    to clear up the mess and make it more presentable.

    I think (hope) I have got the GDI stuff right this time..

    Yes, multi-column arrays is possible, plus the possibility to
    parse and use different colors/fonts per column. Just put array
    item in a string in the FOR/NEXT loop in WM_PAINT, parse and use
    multiple TextOuts with different settings. Also quite easy to
    include bitmaps both as background and anywhere on a line as list
    items. Just tweak the code in WM_PAINT to suit your own needs.

    Should need horizontal scroll bar handling, though. Will do that
    later, but at least it's a start..


    ------------------

    Comment


    • #3
      Borje;

      Thanks!!! Also very useful for me.

      Best regards,
      Jules

      Comment

      Working...
      X