private void FormDeactivateEventHandler(object sender, EventArgs e)
{
// do nothing
// note: if we are showing a modal dialog, the form gets de-activated, but we are still the active desktop window
// therefore, this event is not really useful to us
}