I want to display some timer text while my form1 is minimized ... I tried "From1.activeform.text = "mytimertextgoeshere" but that throws an exception and applies it to all forms that become active. How can I apply only to the main form and only when the minimize button is clicked?