The message says, "“Do you want to remove the x eBook?” the x needs to be the title of the book selected.
This is what I have:
Code:
Private Sub btnRemove_Click(sender As Object, e As EventArgs) Handles btnRemove.Click ' removes the selected line from the list box Dim x As String = lstEbooks.Text()