PDA

Click to See Complete Forum and Search --> : retrieving values from specific cell in ado datagrid control


Bam_BamIR
Oct 5th, 2000, 12:11 PM
anyone know how to get the values of a specific cell already tried using row and columns property also text as well i want to single click it not double click

ukid4
Oct 5th, 2000, 08:05 PM
In the Click event, you should set your row=mouserow and col=mousecol. Your text property is what you want. If the grid will(and you have to be 100% sure) stay less than one screen in size, you can set set up mouseup and mousedown events, but they're complicated. It all depends on what you want to do with the info. I hope I've helped.