logo
webbanner
VST CONTROLS FOR DYNAMICS GP Extend the power of Visual Studio Tools for Dynamics GP

Add Component Controls to Dynamics GP windows

VST Controls®™ extends the power of Visual Studio Tools for Dynamics GP by allowing a .NET developer to add Windows Component Controls to any GP window. This means Labels, Buttons, Combo-boxes, Grids, Browsers, Hyperlinks and even 3rd party controls can be added to a form with just a couple of lines of code. All the properties, methods and events associated with the control are accessible and available to the developer.

The 3 simple steps needed to add a control to a GP window are:

– Add a reference to VSTControls.dll to your .NET project
– Create an object and set its properties and events
– Assign the object to a GP window