New line and codes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Johnny E. Jensen

    #1

    New line and codes

    Hello

    Just a silly question. I am typing som help text into the HelpProvider
    control for a form. When i want to display a new line i use the \n - if i
    want to display a TAB i use the \t

    Is there also codes for BOLD, UNDERLIN and ITALIC

    Kind regards

    Johnny E. Jensen


  • =?Utf-8?B?Q2lhcmFuIE8nJ0Rvbm5lbGw=?=

    #2
    RE: New line and codes

    I believe the help that is displayed is taken from HTML. You can attach the
    HelpProvider to compiled help files which can be made with HTML Help editor
    and other tools which turn the HTML into the help file.
    Try having a go with HTML, if that doesnt work post the code where you are
    setting the text and we can look closer for you

    --
    Ciaran O''Donnell



    "Johnny E. Jensen" wrote:
    Hello
    >
    Just a silly question. I am typing som help text into the HelpProvider
    control for a form. When i want to display a new line i use the \n - if i
    want to display a TAB i use the \t
    >
    Is there also codes for BOLD, UNDERLIN and ITALIC
    >
    Kind regards
    >
    Johnny E. Jensen
    >
    >
    >

    Comment

    Working...