emmanuelbeaudet
Programmer
I create a listview.
Dim lstCartouches As New ListView
lstCartouches.Bounds = New Rectangle(New Point(137, 320), New Size(500, 70))
.....
now I want to specify the font to use in the listview.
How can I do that ?
Thanks.
Emmanuel
Dim lstCartouches As New ListView
lstCartouches.Bounds = New Rectangle(New Point(137, 320), New Size(500, 70))
.....
now I want to specify the font to use in the listview.
How can I do that ?
Thanks.
Emmanuel