Monday, January 18, 2010

Can Any One Tell me Which grid control control has textmattrix property in vb.net as in vb6.0???

Can Any One Tell me Which grid control control has textmattrix property in vb.net as in vb6.0???Can Any One Tell me Which grid control control has textmattrix property in vb.net as in vb6.0???
I believe the control you are looking for is the MSFlexGrid.





MSFlexGrid.TextMatrix(SomeRow, SomeCol)Can Any One Tell me Which grid control control has textmattrix property in vb.net as in vb6.0???
Incase you are trying to directly convert codes vb to vb.net...let me tell u..its kinda impossible. But there is a tool in ms vs.net that allows you to do converting but after that you will need to remove all the errors and warnings. You should try to look for the equivalent control..for me it would be DataGrid . In my opiniion,the properties and controls offered by vs,net controls are 85% different from vb.net. Don't waste your time looking for the same properties of controls..instead try to find the equivalent controls and learn up on how to use it.

No comments:

Post a Comment