RE: argument style, was Re: Access Database Replication

2010-09-09 Thread Greg Keogh
splort hundreds? influential? worldwide? (apologies for all those questionmarks, to whomever was commenting on them t'other day It pleases me to imagine this is true – Greg

Re: DataGridView CheckBoxColumn problem

2010-09-09 Thread Girish Madan
Greg, Here is the code that does the trick for me. private void MyDataGrid_MouseUp(object sender, System.Windows.Forms.MouseEventArgs e) { DataGrid senderGrid = sender as DataGrid; DataGrid.HitTestInfo hti = senderGrid.HitTest(e.X, e.Y); if (hti.Type ==