Starting timer from another project
        Posted  
        
            by raj
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by raj
        
        
        
        Published on 2010-05-03T07:54:45Z
        Indexed on 
            2010/05/03
            7:58 UTC
        
        
        Read the original article
        Hit count: 204
        
timer
I have to projects in my .net windows forms, in one form(1st Project) i have timer control already running. On some request i want to start that timer from the form1 of (second project).
If we are creating new object in second project for the 1st project(Which is currently in running thread) we will not be able to start the timer for the current instance.
How can we access the current running instance from my 2nd project.
Please suggest me some method
© Stack Overflow or respective owner