.net tag

160 questions


1 answers
45 views
0
I'd like to know how to retrieve characters while moving the PDF document in ASP.NET.

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...

2 years ago

2 answers
66 views
0
Is it possible to manipulate the contents of the session variable in 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 ...

2 years ago

1 answers
82 views
0
How to overwrite block definitions from another file and reflect them on the screen

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...

2 years ago

1 answers
34 views
0
I want to convert the Windowsform app into a web.

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...

2 years ago

1 answers
87 views
0
I want to register contents of CSV file as one string in VB

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...

2 years ago

1 answers
84 views
0
IJCAD .NET Plotter Output Results

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...

2 years ago

2 answers
37 views
0
HTTP Body Empty on POST Requests with Digest Authentication

# 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...

2 years ago

1 answers
55 views
0
How to Change the URL When Viewing and Using ASP.NET ASMX Services

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.

2 years ago

4 answers
89 views
0
Understanding How to Uninstall the .Net Application in IJCAD 2018

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...

2 years ago

2 answers
53 views
0
Detecting a numeric string that does not have '$' at the beginning of a numeric string in a read string after denying a regular expression

.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...

2 years ago
« - 14 - »

© 2024 OneMinuteCode. All rights reserved.