I’m hoping someone out there can help me with this problem. I’m working on a tracking system and need to have the ability to show an icon next to the task description under certain circumstances. I was hoping to create an action button that would insert the graphic (which is now an image resource) into the RTF when the user clicked the action. I can’t find an @Command to help with inserting an image resource.
The graphic,image,icon (whatever you want to call it) is actually a font from the webdings font family. The key character is ALT+0148. It would be easy to insert text into the RTF, but how do you change the font and then issue the “ALT+0148” key programmatically?
Thanks for your help!
Tina