Results 1 to 3 of 3

Thread: doubt in HelpProvider strings

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2003
    Posts
    110

    doubt in HelpProvider strings

    can some of the words in HelpProvider string be made bold ??

    also how can i insert a line break in it ??

    are these things possible ??
    Anis Bombaywala

  2. #2
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    for a line break you can use chr(10) or chr(13) in your string something like:

    VB Code:
    1. HelpProvider1.SetHelpString(Button1, "THIS" & Chr(13) & "THAT")
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2003
    Posts
    110

    thanks.. it worked.

    Any idea about the bold thingie ??
    Anis Bombaywala

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width