R
Rabbit
Hi,
Does anyone know how to use databinding to bind your dataset to windows form
PictureBox control? 'cause I don't know how to bind the Image property from
my datatable's string field (called ImagePath), as far as know, i can use
following syntax to bind other controls such as textbox:
Me.txtDesc.DataBindings.Add(New Binding("Text", myDataset,
"tbl_dbTable.strDesc"))
But I can't use similar technique for PictureBox control!
Does anyone know how to use databinding to bind your dataset to windows form
PictureBox control? 'cause I don't know how to bind the Image property from
my datatable's string field (called ImagePath), as far as know, i can use
following syntax to bind other controls such as textbox:
Me.txtDesc.DataBindings.Add(New Binding("Text", myDataset,
"tbl_dbTable.strDesc"))
But I can't use similar technique for PictureBox control!