.net tag

160 questions


1 answers
488 views
0
If you close the app after using PdfDocument, the process will remain.

I'd like to use the PdfDocument of WinRT in WPF, but there may be a process left even if I close the app.Is there anything missing?Below is the reproduction code.< u l >PdfPage.RenderToStreamAsync() l...

2 years ago

1 answers
266 views
0
I want to move the PictureBox control position in SplitContainer Panel by keyboard operation on vb.net.

The PictureBox control (red) is located on the right panel of SplitContainer on vb.net.I want to move only this picture box using the keyboard, but every time I press the keyboard button, the SplitCon...

2 years ago

1 answers
436 views
0
I want to exclude certain figures from the figures selected in CAD graphic editing commands (e.g., MOVE)

We are developing using VB.NET (.NET API) in IJCAD 2020.We have implemented a process that excludes specific figures from the figures selected in the raw IJCAD command.Specifically, within the functio...

2 years ago

1 answers
482 views
0
Understanding Dynamic Block Copy for IJCAD 2021 PRO

I have created a customized command for IJCAD 2021 PRO in C#.The application currently under development is considering copying a dynamic block drawing to another drawing.However, if you actually copy...

2 years ago

1 answers
382 views
0
How to obtain the starting and ending points of the curve when creating an arc in IJCAD

After creating an arc, even if you use the StartPoint of ARC (Curve), you may get an end point instead of a start point.Is there a way to get the starting point when I draw a line?*The same is true wh...

2 years ago

1 answers
400 views
0
I'm trying to use DataGrid in ASP.NET, but I can't edit it.

I have to use ItemTemplate, but it's my first time using it, so I'm not sure.Also, it is displayed.The reason I use DataGrid is because I want to create and modify the data and save it.Also, I think G...

2 years ago

1 answers
300 views
0
I want to set ComboBox in ASP.NET GridView, but I don't know how.

I can set DropDownList in GridView, but I want to set ComboBox.The reason is that I want to select multiple candidates + enter new ones.However, although there is ComboBox in AjazToolKit, I cannot set...

2 years ago

1 answers
414 views
0
Recognizing IJCAD Selection States

We are developing an application for IJCAD using .NET.I want to receive a notification when I select a figure without executing the command, but I don't know how to do it.AUTOCAD was accomplished by h...

2 years ago

3 answers
110 views
0
About the error "Could not initialize the configuration system"

The software that was created and introduced about a year ago suddenly recently said, The configuration system could not be initialized.Failed to boot with error While I was investigating, I found an ...

2 years ago

1 answers
104 views
0
I want to know if IJCAD is idle.

I'm using IJCAD 2019 and VB.NET.I am about to send SendCommand when the operation on the screen is finished.I tried using GetGcadState to determine if the operation is complete, but the code below is ...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.