Search:

Type: Posts; User: Lee Chetwynd

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    8,788

    Re: lock checkbox in Listview

    Private Sub ListView1_ItemCheck(ByVal Item As MSComctlLib.ListItem)
    If Frame3.Enabled = False Then
    Item.checked = not Item.checked
    End If
    End Sub

    Would be a concise way of doing...
  2. Replies
    12
    Views
    7,620

    Re: mscomctl.ocx could not be loaded

    I know this is an old thread but I lost a day to this problem and it turned out to be something simple in my case, a bug I think in the IDE. There seems to be quite a few reasons for this happening...
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width