On Oct 12, 3:24*pm, "Ken Slovak - [MVP - Outlook]"
wrote:
I've never seen a control like that, but I haven't looked. That's something
you can Google for if you're interested. Or you can simulate that yourself,
it's not hard to underline text in a textbox control and to handle events in
it.
--
Ken Slovak
[MVP - Outlook]http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.http://www.slovaktech.com/products.htm
"j" wrote in message
...
snip
Thanks,
i want to implement control (like in Outlook, when i open new
Insepctor),
with autoComplete, and underlining.
if such control exists, free or commercial.
Any ideas?
Thanks Ken,
Thanks for advices, after some research i found that i can use/add
formatting in WinForm's textbox
it's only plain text.
so ......
The good thing that WinForm's texBox control has built-in autocomplete
(it's like in Outlook's inspector To,CC,BCC fields).
However without formatting.
Any ideas?
Thanks in advance.