ListView Problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • VIJAY KUMAR

    ListView Problem

    Hi pals,

    I am using Listview control. I encouter 2 problems in my codeing

    -----------------------------
    1. How to add image to Column Header ? Ex: |Description Image|

    -----------------------------
    2. How to get index of the selected Row ? Any way i am using FullRowSelect
    = true

    Please Help Me


  • Shiva

    #2
    Re: ListView Problem

    1. Check this one;


    2. ListView.Select edIndices

    "VIJAY KUMAR" <VIJAYKUMAR@dis cussions.micros oft.com> wrote in message
    news:D13B326E-3D51-420F-84BC-FD6086E9924C@mi crosoft.com...
    Hi pals,

    I am using Listview control. I encouter 2 problems in my codeing

    -----------------------------
    1. How to add image to Column Header ? Ex: |Description Image|

    -----------------------------
    2. How to get index of the selected Row ? Any way i am using FullRowSelect
    = true

    Please Help Me



    Comment

    Working...