View Single Post
  #2 (permalink)  
Old 07-08-2009, 1:42 PM
InertiaM InertiaM is offline
VB.NET Forum Idol
.NET Framework: .NET 2.0
 
Join Date: Nov 2007
Location: Kent, UK
Age: 39
Posts: 538
Reputation: 169
InertiaM puts e.f. hutton to shameInertiaM puts e.f. hutton to shameInertiaM puts e.f. hutton to shameInertiaM puts e.f. hutton to shameInertiaM puts e.f. hutton to shameInertiaM puts e.f. hutton to shame
Default

Copied from a recent post by JohnH :-

Code:
Dim cell As New DataGridViewComboBoxCell
cell.Items.Add("A")
cell.Items.Add("B")
Me.DataGridView1.Item(col, row) = cell
__________________
Always parameterize your queries - read more here
Reply With Quote