Announcement

Collapse
No announcement yet.

RTF format manipulation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • RTF format manipulation

    I still have a foot and more in VB, and a only toe in PB.
    I need to do some format manipulation in rtf files. Such things as inserting headers and footers, removing blank pages etc. The VB camp has very little information on rtf, most manipulation seems to be in Perl or C++.
    These PB forums have many excellent samples of rtf editing using RichEdit control so I started out with some posts by Borje Hagsten from 2002.
    To confirm my newbie status, I cannot find the RICHEDIT.INC. I'm sure this is a very basic question and I assumed it came with PBForms, but I'm lost without it.
    Can some kind person point me to it please.

    TIA
    Ian B

  • #2
    Should be in \PBWIN##\WINAPI folder
    Adam Drake
    PowerBASIC

    Comment


    • #3
      Thanks Adam - I should have tried an explorer search!
      Ian B

      Comment


      • #4
        If you have your PB Include Path (Window->Options->Compiler) set to that folder, when compiling, it should find the file for you.
        Adam Drake
        PowerBASIC

        Comment

        Working...
        X