I have been using the flexgrid control in VB6 and editing data by placing another control like a text box over the relevant cell, which is quite easy.
Now that I am trying to convert to VB.NET, I find that the flexgrid COM object does not easily fit into the .NET framework.
I do not wish to go over to the datagrid, but maybe I should.
I need to know whether I can fully use the same old procedure (including editing with another control)in VB.NET with a flexgrid control or whether there is another type of flexgrid which fits into the .NET framework.
Secondly I need some advice whether I can use the datagrid in the same way I used the flexgrid before.
Thanks - I am a newbie to .NET and may never become a fan.
Now that I am trying to convert to VB.NET, I find that the flexgrid COM object does not easily fit into the .NET framework.
I do not wish to go over to the datagrid, but maybe I should.
I need to know whether I can fully use the same old procedure (including editing with another control)in VB.NET with a flexgrid control or whether there is another type of flexgrid which fits into the .NET framework.
Secondly I need some advice whether I can use the datagrid in the same way I used the flexgrid before.
Thanks - I am a newbie to .NET and may never become a fan.