D
David
Hi,
I want to simulate a 20 character x 4 line LCD display in VB.NET (2003).
Previously I tried a text box then a listview and finally a datagrid.
The datagrid I thought would have been the best control to use but I
could not figure out how to write to the cells individually.
The expectation is to be able to write to any cell in the control like
LCD(3,1) = "A"
Any help appreciated
Thanks
Regards
David
I want to simulate a 20 character x 4 line LCD display in VB.NET (2003).
Previously I tried a text box then a listview and finally a datagrid.
The datagrid I thought would have been the best control to use but I
could not figure out how to write to the cells individually.
The expectation is to be able to write to any cell in the control like
LCD(3,1) = "A"
Any help appreciated
Thanks
Regards
David