Код: Выделить всё
private void timer1_Tick(object sender, EventArgs e)
{
MouseEventArgs m=e as MouseEventArgs;
if (m.Button == MouseButtons.Right)
{
MessageBox.Show("dfgdf");
}
}
Как это сделать?
Подробнее здесь: https://stackoverflow.com/questions/159 ... timer-tick
Мобильная версия