Jump to content

Writing RTF control words


Recommended Posts

I'm trying to create a header with page numbering in an RTF file. Using a text editor I can enter '{header Page chpgn}' and get my page numbering. If I use _GUICtrlRichEdit_AppendText to add it characters are escaped and it is displayed as simple text (which makes sense). Looking at the source for _GUICtrlRichEdit_AppendText and the ReadBmpToRtf example I tried enclosing that with '{rtf }' or '{rtf1 }' but nothing gets written to the RTF file and @error is 0 coming out of _SendMessage. I'm a bit stumped.

Link to comment
Share on other sites

Thank you for the welcome and for the snippet of magic. I am still at a loss as to how the ReadBmpToRtf example found in the AutoIt help will work but my approach won't but your brute-force approach is better than a punch in the mouth!  o:)

Edited by longtrails
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...