Can you let me know what is incorrect about this code. When the info prompt is displayed it is not formated, but rather all the Xml tags are part of the text that shows up on screen.
Thanks
Ernesto
Thanks for for the answer in the previous post. That one was staring me in the face and I missed it.
Dim text As String = "<span style=""font-size: 16pt; font-weight: bold;"">Actipro SyntaxEditor</span>"
Text = Text + "<br/><i>A syntax highlighting editor control for Windows Forms.</i>"
text = ActiproSoftware.SyntaxEditor.IntelliPrompt.EscapeMarkupText(text)
editor.IntelliPrompt.ParameterInfo.Info.Add(text)
editor.IntelliPrompt.ParameterInfo.Show(offset)
Ernesto
Thanks for for the answer in the previous post. That one was staring me in the face and I missed it.