CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dglienna

Search: Search took 0.16 seconds.

  1. Replies
    14
    Views
    9,647

    Re: ListView Added Item

    Dim item1 as Integer
    Dim item2 as Integer
    Dim item3 as Integer
    item1 = 0
    item2 = 0
    item3 = 0

    Why not just STORE the value???
  2. Replies
    14
    Views
    9,647

    Re: ListView Added Item

    Use 3 variables, and update the listview whenever any ONE of them changes...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured