how to draw a table

ginger0001

Member
Joined
Mar 15, 2012
Messages
7
Programming Experience
Beginner
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Start.Click

End Sub
End Class

I want my table to show up after I clicked on Button

How to draw a table
please give me an easy example code

I'm very new to vb.net
 
Perhaps you could provide some sort of description beyond just "table". Normally you would "draw" a table. You would use a DataGridView or a TableLayoutPanel to display data or controls. To know whether either of these are suitable we would have to know what you're actually trying to achieve. Please provide a FULL and CLEAR description of the problem.
 
Back
Top