How to select Wisej components in the toolbox settings?

0
0

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?

Attachment
  • You must to post comments
0
0

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)

Attachment
    • Guest
    • Sep 3, 2021 - 2:37 am
    Hi! I later reinstalled Wisej 2.2 and chose to repair, After the installation is complete, select the component again. Thank you very much for your answers.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.