Page 1 of 1

Add CADEditorControl In Windows Form

Posted: 25 Feb 2023, 12:16
by Masoud
Hi
How can I add CADEditorControl to WindowsForm?

Re: Add CADEditorControl In Windows Form

Posted: 27 Feb 2023, 11:03
by support
Masoud wrote:
25 Feb 2023, 12:16
Hi
How can I add CADEditorControl to WindowsForm?
Hi,
If I understand you correctly, you'd like to add CADEditorControl to your toolbox:
1. Open toolbox panel ( View tab -> Toolbox);
2. Create new tab on the toolbox panel (e.g. test);
3. Right mouse click on the newly created tab and select Choose Items;
4. In the appeared window click the Browse button;
5. Find CADImport.dll and select it;
6. You will see a list with controls (e.g. cadPictBox,cadListView) selected by WindowForms
7. Press OK button and controls appear hin the selected tab.

Image

Catherine.

Re: Add CADEditorControl In Windows Form

Posted: 27 Feb 2023, 14:48
by Masoud
exactly , thank you so much