I'm new to visual studio.I have this simple thing to do,and i got a silly problem. Anyone knows if i can create a table in visual basic?In the GUI? I have 2 textboxes and a button.When i press that button,i need to have a table with m columns and n rows,where m and n are inputs from those 2 textbox.Want it like a matrix,so i can work with the values inside it.
Thank you,