Search found 3 matches
- 11 May 2022, 19:19
- Forum: CAD .NET
- Topic: Line type check
- Replies: 1
- Views: 2178
Line type check
Hello, I am new to CAD file management, and my question is: How can I determine the line type af an entity ? I have tried with the "lineEnt(I).LineType.DashStyle" property, but it has always "Solid {0}" value even if the shape has dash dot line. The "lineEnt(I).LineType.EntName" seems to be better b...
- 27 Jan 2022, 17:47
- Forum: CAD .NET
- Topic: CADPictureBox control not present in My ToolBox
- Replies: 3
- Views: 3453
Re: CADPictureBox control not present in My ToolBox
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
Thank you
- 27 Jan 2022, 16:09
- Forum: CAD .NET
- Topic: CADPictureBox control not present in My ToolBox
- Replies: 3
- Views: 3453
CADPictureBox control not present in My ToolBox
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, a...