From: Frazier, J. J. <Joe...@Pe...> - 2002-09-13 16:02:15
|
Laurent Rocher created Win32::GUI::AxWindow and I am trying to get it to = work with MSFlexgrid. I am trying to get around some of the = limitations(background, font size, highlight single cells) of the = Listview control that is standard in Windows Forms. However, I am = having trouble with some properties/methods which take an index. =20 When trying to call a property or method which has a Type lib def like : Property TextMatrix(Row As Long, Col As Long)=20 which translates to object.TextMatrix(1,1) =3D "This should go in the = first row first column cell" However, there does not seem to be a way to do this via the AxWindow = interface that I have been able to find. Other properties and methods = which do not take such arguments work great. Any help would be appreciated. Joe Frazier, Jr. Technical Support Engineer Peopleclick Service Support Tel: +1-800-841-2365 E-Mail: mailto:su...@pe... >=20 |