CADPictureBox control not present in My ToolBox

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
larios
Posts: 3
Joined: 27 Jan 2022, 16:02

CADPictureBox control not present in My ToolBox

Post by larios » 27 Jan 2022, 16:09

I am developing with CAD.NET , and I have some questions :

I use Microsoft Visual Studio Community 2019 with Visual Basic

I have used a copy of “EditorDemo” application as start point to develop My personal application and everything worked well.

Now I tried to develop an application from scratch, adding controls Etc. Etc. But I did not find the “cadPictureBox” control in My “tool windows” where all the controls are.
The strange thing is that even in the original “EditorDemo” application is not present, but everything works well, when i run the code there is no message such as : “Cannot find the control xxxxx” or something like that.
When I try to copy and paste the “cadPictureBox” control from EditorDemo” application into my application an error display says that no such control exsist.

I installed the CAD.NET with the “CAD .NET 14.1.exe”
Please Help
Thank you

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: CADPictureBox control not present in My ToolBox

Post by support » 27 Jan 2022, 17:08

Hi,

It seems that the CADPitctureBox is present as the demo is compiled without any errors. The CADPictureBox class can be found in CADImport.FaceModule.CADPictureBox.

Maria
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

larios
Posts: 3
Joined: 27 Jan 2022, 16:02

Re: CADPictureBox control not present in My ToolBox

Post by larios » 27 Jan 2022, 17:47

But I do not have the control in My ToolBox, I can not drag-drop the control because it is not present in the toolbox, so how can I include it just like any other control such as Button, Text Ecc. Ecc. ?

Thank you

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: CADPictureBox control not present in My ToolBox

Post by support » 28 Jan 2022, 12:21

To add a control to the toolbox, please click Choose items. In the dialog box that appears, click the Browse tab and select CADImport.dll.

A list with preselected controls will appear. Click Ok and they will be displayed in the selected tab.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply