Underlining 3 words at a time in WPF
        Posted  
        
            by user102533
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user102533
        
        
        
        Published on 2009-11-03T14:15:27Z
        Indexed on 
            2010/05/25
            16:01 UTC
        
        
        Read the original article
        Hit count: 199
        
In WPF, how would I do the following:
Every x milliseconds, underline 3 words at a time. After x milliseconds, underline the next 3 words.
Every x milliseconds, have 3 words appear and disappear from the window?
If I were to use Windows Forms, is there still a way of doing (1) and (2) above?
Thank you
© Stack Overflow or respective owner