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: 144

Filed under:
|
|

In WPF, how would I do the following:

  1. Every x milliseconds, underline 3 words at a time. After x milliseconds, underline the next 3 words.

  2. 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

Related posts about .NET

Related posts about wpf