hi
on the form load I make a list of t
By the start of the program I don't give value for the ontlenerid
Is it possible that I change the value of the ontlenerid of lijstboeken(0) for example when I pres change button
What is the code to change
and must I rewrite it on the same index
on the form load I make a list of t
By the start of the program I don't give value for the ontlenerid
Is it possible that I change the value of the ontlenerid of lijstboeken(0) for example when I pres change button
What is the code to change
and must I rewrite it on the same index
vb.net Code:
Public LijstBoeken As List(Of Boek) LijstBoeken = New List(Of Boek)({ New Boek("B1", "A1", Boek.genre.Detective), New Boek("B2", "A2 ", Boek.genre.Detective)} Public Property OntlenerID As Integer Public Property Titel As String Public Property Auteur As String Public Property MainGenre As genre ' avoid variable name clashes