160 questions
OS VisualStudio 2019Net-Framework 4.7.2 The module I created before went missing, so I'm going to start over from scratch.I can't find any Net information to give a hint.I would appreciate it if you c...
I have a question about C#Session.Assume you have stored and retained an array or collection in your session.List<int>numlist=new List<int>();Session [a] = numlist;Is it possible to add a ...
In IJCAD 2019, I try to update the existing block definition with the following source and reflect it on the screen, but UpdateAnonymousBlocks() says, No method or operation is implemented.AutoCAD 201...
I am thinking of using httprequest in Windowsform to web the UI of the system that automates updates to external sites.In this case, is it normal for the program to operate with virtualization os (win...
When registering csv files in db in vb, I want to register them as one character (~,~,~,~).I understand that you use string.join, but I don't know what to do with csvAffected Codes DimstrAry As String...
AutoCAD's VBA receives the following results when outputting files and plotters:boolir;GcadDocument AOBJ;if()// For file output{ ir=AOBJ.Plot.PlotToFile(@C:\Temp\test.PLT);}For else//PLOTER output:{ i...
# We ask the same question in the Wankuma Alliance.We are currently developing an application using Windows 10 Mobile.The Windows 10 Mobile app recognizes that the HttpClient class needs to be used.Du...
Create a web API in ASMX in ASP.NET.This can be referenced from the C# project and used in the form of a function call.
Developed using .Net at IJCAD 2018.I'm going to load the module with NETLOAD, but is there a way to unload it?Every time I modify the program, I need to restart CAD, so I would like to be able to unlo...
.NET 4.5input=abc123def $456ghi (Note string and numeric string are both random)I want to find a string of digits that does not have $ at the beginning (I want to find 123 only)pattern=(?\<!\$)\d+I...
« | - 14 - | » |
© 2024 OneMinuteCode. All rights reserved.