views:

84

answers:

1

Amazon has an address correction feature and I want to implement something similar.

alt text

One problem I ran into is how to create a label that supports different formatting (like in the image).

I could plunk down a browser control or a richtextbox control, but that seems like a massive overkill. Is there something simpler? Maybe an implementation of RichLabel Lite (I just made this up).

+3  A: 

Have a look here on Codeproject on how the RichText label is used using RTF....

Hope this helps, Best regards, Tom.

tommieb75