Author Archives: Adrian Aisemberg
Vercue Extensions with C# – Part 2
In this post, we’ll see how to extend the Vercue Rules module and implement custom Actions, Macros and Monitors. Before reading this post, you should know: How to implement a UI Vercue extension What are Vercue Rules and how to … Continue reading
Posted in .NET, Extensions, Vercue
Tagged C#, Extensions, Rules, Vercue
Comments Off on Vercue Extensions with C# – Part 2
Vercue Rules – Actions, Macros and Monitors
In this post, we will learn about the Vercue Rules module and how to use it. No programming skills are required for using this module and it is designed to be used by end-users of the application. Topics covered by … Continue reading
Vercue Extensions with C# – Part 1
In this post, we’ll see how to implement a Vercue Extension using Visual Studio and C#. Topics covered by this post: What are Vercue Extensions Implementing a button that runs an action on the selected Source Implementing a button that … Continue reading
Posted in .NET, Extensions, Vercue
Tagged C#, Extensions, UI, Vercue
Comments Off on Vercue Extensions with C# – Part 1