Hello,
I have a from "fm" that is a simple info window that opens every 10 mints (fm.Show();) .
how I can make that every 10 mints it will check if the the form "fm" is open and if it is open it closes it and open it again!
now the from fm is always created with form fm = new form(); so when I try to check if the form is open it will always be false and open a new window even if there is one from before!
I need to have a tool to give it a unique identity and then check if this form with unique identity open or not!
the reason why I do not want to jut update the data on the form (fm) because it is a complicated info with buttons that is why
the form name is "UpdateWindow"
Thanks