Results 1 to 5 of 5

Thread: Re-ask ---Datagrid and DoubleClick

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Hendersonville , NC
    Posts
    260

    Question Re-ask ---Datagrid and DoubleClick

    I am trying to work with a datagrid and then doubleclick a row.. get the cell data and then use that data...

    Tried this
    Dim hti As DataGrid.HitTestInfo = DataGrid1.HitTest(x, y)
    MessageBox.Show(DataGrid1(hti.Row, hti.Column))

    got nothing..
    Last edited by gollnick; Apr 8th, 2003 at 12:32 PM.
    William E Gollnick

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width