Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Quick question!

Status
Not open for further replies.

rrrrrrichie

Programmer
Joined
Jan 22, 2004
Messages
5
Location
GB
Please can someone suggest a workaround for the following scenario...

I used MSFlexGrid activex control imported into C++ Builder 5 for some time, then upgraded to C++ Builder 6. Now when i try to change the rowheight (MSFlexGrid1->RowHeight[1] = 500;) is says TMSFlexGrid::RowHeight is not accessible. It works with Delphi 7 (MSFlexGrid.RowHeight[1] := 500;) and worked with C++ Builder 5 so why not with version 6????

Any ideas would be most helpful!

Thanks

RichieK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top