C# cursor hidden only on one Form
        Posted  
        
            by Santiago
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Santiago
        
        
        
        Published on 2010-03-18T17:23:49Z
        Indexed on 
            2010/03/18
            17:31 UTC
        
        
        Read the original article
        Hit count: 521
        
I have a C# application with 2 simultaneous visible forms, and I need to hide mouse cursor when it is over only on one of them. If I use Cursor.Hide() it applies the change for both of them.
Thanks
© Stack Overflow or respective owner