The following can be used to accomplish what you need. You can also combine this with the timer event in order to display the window you are using as a flyover.
ls_object = this.GetObjectAtPointer()
ls_row = Right(ls_object, Len(ls_object) - (Pos(ls_object,'~t')))
ls_column = LEFT(ls_object...