Jump to content

Recommended Posts

Posted

Use latest beta (or 3.2.10 RC) and look into Helpfile at these UDF functions:

_GUICtrlListBox_GetCount()

_GUICtrlListBox_GetText()

For ListView use standard GUICtrlCreateListViewItem()

Will this work?

For $a = 0 To _GUICtrlListCount($ListBox) - 1
                        GUICtrlCreateListViewItem(_GUICtrlListGetText($ListBox, $a), $sListView)
                    Next
Posted

Will this work?

For $a = 0 To _GUICtrlListCount($ListBox) - 1
                        GUICtrlCreateListViewItem(_GUICtrlListGetText($ListBox, $a), $sListView)
                    Next
it doesn't. i tried it and i really need some help.

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...