Jump to content

List control in another window


Recommended Posts

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