I have a tray app that starts ( Form 1 ) and shows on right click a “Login” menu strip item.
On click, I setup a Form 2, asking for user and pass.
On a successful authentication, I’d like to close Form 2 and continue with Form 1 ( ie. I would like to start a timer ).
I was thinking of just setting up a timer which would check the Form 2 status ( basically a getter function inside Form 2 ).
Still, I think there has to be an easier way than having something tick.
I dont think you need a timer or any thing for that just show the form as a Modal Dialogue and return to main form when closed.