anybody know how to sort item in combobox and listview in alphabert or numeric

See if this helps.

'// can also be located in the Control's Properties.
        ComboBox1.Sorted = True
        ListView1.Sorting = SortOrder.Ascending
        'ListView1.Sorting = SortOrder.Descending
        'ListView1.Sorting = SortOrder.None
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.