Jump to content

Recommended Posts

Posted

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

Posted

Look at ControlListView() and _GUICtrlListView_GetItemText()

Thanks but its not working..I have tried that..

Anybody have any code related to it...

Posted

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

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
×
×
  • Create New...