In a C # WinForms application (on .NET 3.5, probably 4.0 soon), how would you let the user define their own macros? For example, a user might want the key to press CTRL + K, meaning clicking on a specific item in the menu and entering text in the menu that opens before clicking "Ok" to close the dialog box.
Ideally, our software can provide a macro recording function that allows the user to just start recording, complete the required tasks, and stop recording to have an available macro. This feature, with which they are accustomed to use the old version of the software that was written in FoxPro, is a tool that has such features.
Obviously, the best option for us would be to purchase and use a tried and tested third-party library, but ideas for promoting our own version are also welcome.
source
share