The Click event doesn't seem to work when I click on a field in the
DataGrid. It does work when I click on empty space in the DataGrid.
"One Handed Man [ OHM# ]" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Untested but . . .
>
> In the click event
>
> System.Diagnostics.Process.Start("wlk.exe.exe " &
> dgPeople.CurrentCell.ToString() )
>
> OHM#
>
> Michael Murschell wrote:
> > Can I set up a DataGrid to do this...
> >
> > When I click on a particular field in a DataGrid, it opens up another
> > program called wlk.exe and send it the text of the field I clicked on?
> >
> > So it would be like wlk Fld1=ClickedField
>
> Regards - OHM# (E-Mail Removed)
>
>