1 Attachment(s)
conversion from Datagrid to Datagridview
Hi,
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.
Re: conversion from Datagrid to Datagridview