Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
How to check if there is developer license on a computer
posted

Hello.

I made my own implementation of form designer (like the one in Visual Studio) for my company's product, so that user of that product could design his own forms. Of course, common users of our product should not be able to use infragistics components in that form designer, because it would be a license violation, but that product could also be used not only by common users, but by our developers too. Because our developers do have proper license, we would like to determine if there is a developer license on a certain computer or not, so that we could add/remove infragistics components to/from form designer toolbox.

Is there any way to do this programmatically?