Hi! I have a flexgrid which I populate with values, now I want to be able to select a cell and change that value. In vb6 I made a floating textbox to do this trick because you cannot choose values directly(wonder why) now I want to do the same in vb.net but the flexgrid seem to use some strange coordinatesystem that doesnt match with the one in the form???? so how do I do this? or Is there any smarter way to do this? (perhaps using something else than flexgrid?)