Results 1 to 3 of 3

Thread: Rich Text Box / Load File

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    116

    Question

    Good afternoon/evening,

    How can I load a file with an application path
    app.path)into a Rich Text Box?
    0101011001000010
    01101111011011100110110001101001011011100110010101110010

  2. #2
    Guest
    For Rich Files:
    RichTextBox1.LoadFile App.Path & "\MyRTF.rtf", rtfRTF

    'or

    For all files:
    RichTextBox1.LoadFile App.Path & "\MyTXT.txt", rtfText

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    116

    Thumbs up

    Thanks Matthew!!!
    0101011001000010
    01101111011011100110110001101001011011100110010101110010

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