Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: datagrid


Message #1 by jleung@m... on Tue, 21 Aug 2001 11:15:58 -0500
Hi, 

buddy 

it is simple, you can use
msgbox datagrid.row 

to know the current row and you can move the the pointer to the row you 
like by
datagrid.row=0

take care

harmeet 
  
> Hi,
> 
> 1) Does anyone know how you programmatically highlight the first row in 
the
> datagrid?
> 2) Does anyone know how you get the index of the datagrid when an user
> click on certain row inside the datagrid?
> 
> I would appreciate any help.
> J
> 

  Return to Index