Good day !

I wish to combine a text box with the MshFlexgrid so that the user can edit the content in the flexgrid.

Last time when using VB 6, I manage to code it to make the textbox attach to the active cell.

Now using VB .Net I face some problems. I tried to get the position of the cell using cellTop and cellLeft or even get_RowPos or get_ColPos but the return values are in Twips ( I think so ).

If the value of the coordinates I got is in Twips, how am I going ot set the Left and Top properties of the text box since the values needed to be in Pixels ?

How can I solve that ?

Thanks a lot !

SonicWave

P/S: Btw, I found out that it's very hard to find the info of this Msh Flexgrid such as properties or methods even in MSDN itself. Weird .... I tried to search using the keywords "AxMshFlexgrid" or "MshFlexgrid" and I fail to find anything useful. Is that I am using the wrong keywords ?