Hi,
I have the following listview - lvwuserinfo
I want to make the first column data (usernames) blue in color and underlined and also interesting to have the cursor hand when hover to.
Secondly, I want to be clickable to open another form,
FrmTest().
How can I write my code in the columnclick event below;
Thanks
I have the following listview - lvwuserinfo
I want to make the first column data (usernames) blue in color and underlined and also interesting to have the cursor hand when hover to.
Secondly, I want to be clickable to open another form,
FrmTest().
How can I write my code in the columnclick event below;
Code:
Private Sub lvwuserinfo_ColumnClick(sender As Object, e As ColumnClickEventArgs) Handles lvwuserinfo.ColumnClick
End Sub