Why add existing items
Change Form1.Designer.cs
Original System.Windows.Forms changed to Wisej.Web
E.g:
private System.Windows.Forms.Button button1;
Change to private Wisej.Web.Button button1;
It can be executed after the change, and the function is normal.
However, the toolbox can’t find the components of Wisej?
Excuse me: How to select Wisej components in the toolbox settings?
Hi Justice,
When you has install Wisej 2.2, make you sure during installation to check Visual Studio 2019.
If it doesn’t display, just create a tab in the toobox and add elements via Wisej.Framework.dll.
Happy Coding,
Kevin (ITG)
Please login first to submit.