M Mr. X. Mar 23, 2010 #1 What is the common grid component called, which I can use in VB (VS 2008) ? Thanks :
A Armin Zingler Mar 23, 2010 #2 Am 23.03.2010 22:49, schrieb Mr. X.: What is the common grid component called, which I can use in VB (VS 2008) ? Click to expand... This page... http://msdn.microsoft.com/en-us/library/xfak08ea.aspx ....says: DataGridView
Am 23.03.2010 22:49, schrieb Mr. X.: What is the common grid component called, which I can use in VB (VS 2008) ? Click to expand... This page... http://msdn.microsoft.com/en-us/library/xfak08ea.aspx ....says: DataGridView
C Cor Ligthert[MVP] Mar 24, 2010 #3 Really depends which surface you use: Forms: DataGridView SilverLight and WPF: Grid ASPNet: GridView