Hi
I have installed the Windows forms trial windows form 21.1 on a windows 10 box that uses VS 2019 but the toolbox does not appear for VB projects - it does however appear for c# projects. Is VB not supported in this version or is there a toolbox add app that I am missing. Do I need to download a different version to run on windows 10 VS2019 environment?
Hello Marco,
In case you are using .Net Framework I recommend you reviewing the article below, which describes how to add the Infragistics controls inside the VS toolbox:
https://ko.infragistics.com/help/winforms/introduction-adding-controls-to-the-toolbox
In case you are using .NET 5, you would need to include the NuGet package for the particular control(s) you are trying to use, as our support for .NET 5 is done through NuGet. For more information on setting up the Infragistics NuGet feed and which controls exist under which packages, I would recommend taking a look at the following documentation:
NuGet Feeds:
https://ko.infragistics.com/help/winforms/nuget-feeds
NuGet Packages:
https://ko.infragistics.com/help/winforms/nuget-packages
Please let me know if you have any questions.
Regards, Ivan Kitanov