Jump to content

Focusing and Reading the List View item


Recommended Posts

Hi All,

I have created a List View In a Record format with Rows and columns.

I want that when any record is selected that is the, record is focused, then it should be able to read its Item text.

and When sequentially record is selected it should give me the Item text One by one..

Can any body help me with this..

Thanks and Regards

Link to comment
Share on other sites

Post your code.

I have added a piece of My code...

Just have alook at it and help me out..

;~ If(_GUICtrlListView_GetItemFocused($ListView1, 1) = True) Then

;~ MsgBox(0, " " , _GUICtrlListView_GetItemText($ListView1, 1))

;~ EndIf

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...