I have a class I have which I had downloaded from a friend which used to work with Visual Studio 2003. It uses a Datagrid instead Datagridview. Can someone please help in the conversion.
It seems that these methods or properties cannot be replaced in VS 2005:
Dim rcLastCell As Rectangle = _DataGridview.GetCellBounds(0, nColumn)
If _DataGridview.TableStyles.Count > 0 Then
Can someone please help in the conversion.
Last edited by angelica; Sep 9th, 2008 at 10:41 AM.
------------------------------------------------------------------------
If an answer to your question has been helpful, then please, Rate it!