int index = fileListBox.IndexFromPoint(e.X, e.Y);
if (index >= 0 && index < fileListBox.Items.Count)
{
fileListBox.SelectedIndex = index ;
}
fileListBox.Refresh();
Desenvolva!!!
Sugerido como RespostaJoão Antônio Cabralsexta-feira, 15 de outubro de 2010 12:36