Is anybody to solve my problem ?

How can add Image type column in DataGrid control.

I read follwing text in VB.net help

========
To create your own column classes, you can inherit from DataGridColumnStyle. You may want to do this in order to create special columns that host controls, as exemplified by the DataGridTextBox class, which hosts the TextBox control. For example, you may host an Image control to show pictures in columns, or you may create your own user control to host in the column.
=========


Thanks to read it, and please tell me the solution.