so I will begin
I have a listview box with 3 collems
like this

And on the second Form

now on the second image with the radio buttions there is a button called flagged
I want to add X X in the following 2 collems when the button is pressed once and when it is pressed again it removes the xx
exaple
when button is pressed once
Question Flagged Answerd
1 X X
When button is pressed again
Question Flagged Answerd
1
so it adds and removes the X X as needed
this is the first time I have ever done anything like this
I have done a lot of stuff with listboxes and know how they work but needed the grid lines and buttons
at the top
Code so far
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
ListView1.Items.Add("1")
End Sub
which will add in the first collem fine but can not add to the other 2 collems any help will be geatfully appricated
Kind regards
BJseal91
Hope this made sence any questions please ask away and will will answer any questions

New Topic/Question
Reply




MultiQuote





|