Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DataGridView
#1
i want to build the example with qm:
Drag and drop DataGrid in VB.NET 2005 windows application, vb.net samples and tutorials

can the DataGridView be used in qm (can't find it) ?

and what about the Database class used there ?
Code:
Copy      Help
DT1 = New DataTable
        DT2 = New DataTable

        'The First Table has four columns
        DT1.Columns.Add("Name", Type.GetType("System.String"))
        DT1.Columns.Add("Designation", Type.GetType("System.String"))
        DT1.Columns.Add("Department", Type.GetType("System.String"))
        DT1.Columns.Add("Salary", Type.GetType("System.String"))

        'Second has only two
        DT2.Columns.Add("Name", Type.GetType("System.String"))
        DT2.Columns.Add("Designation", Type.GetType("System.String"))

thanks
pi


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)