Hello, I wan't to create a c# application which simplifies the life of a writer by using macros. I know this tool already exists in well-known programs such as Word or OpenOffice. However, I want to add this extra 'tool' (the macro program) to a main program I've already done.
So, what this program should do is replace keybindings for sentences (i.e. !DP into Deer Parents,.. or Ctrl+L into Looking forward to..).
These are the characteristics the program should have: 1- Windows form with a textarea to write in it. (here is where the user types his/her text and applies the macros) 2- A window with the macroing options (a textarea where the user types the sentence to be replaced and a textbox where the keybinding comes in) and obviously an apply button. 3- A 'copy-to-clipboard' button where the user copies everything written in the textarea (from characteristic number 1).
I hope I explained myself loud and clear. To make it short, I just need a c# program to write in, where the user can choose and then apply macros to finally copy it onto i.e. Gmail, hotmail, etc..
Thanks you very, very much in advance. Any extra info you'll need please let me know. And, by the way, I don't want someone to code this FOR me, but guide me and give me some hints .. Thank you! Chris.