• After more than 30 years running websites and forums I am retiring.

    I have made many friends through the years. I will cherish my time getting to know you. I wish you all the best. This was not an easy decision to make. The cost to keep the communities running has gotten to the point where it's just too expensive. Security certificates, hosting cost, software renewals and everything else has increased threefold. While costs are up ad revenue is down. It's no longer viable to keep things running.

    All sites will be turned off on Thursday 30 November 2023. If you are interested in acquiring any of the websites I own you can Email Schwarz Network.

listview

  1. D

    Public member 'Items' on type 'String' not found for loop listbox help

    Private Sub btnaddcart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnaddcart.Click Dim part As PartDescription = New PartDescription() part = CType(lbxItems.SelectedItem, PartDescription) Dim SItem As String Dim Updateqty As Boolean...
  2. R

    VB.NET ListView scroll - rowheight not fixed

    Hi! I'm have been converting old VB6.0 project to VB.NET (2008) and now I'm struggling with ListView component. ListView Events are coming clearer now and I managed to read a huge amount of data (96.000 rows) from textfile to ListView with 6 subitems. All rows are build up nicely, but when I'm...
  3. W

    Listview icons in header but not in rows.

    In VB.net 2005. I attach an imagelist to a listview in details mode so that I can put icons on the column headers to indicate sort direction. This works fine but it also puts a blank area in front of every row inserted into the listview, presumably it is space for an icon. I will not be having...
Top Bottom