net tag

169 questions


1 answers
39 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
93 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
90 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
41 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
59 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
95 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
57 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

1 answers
106 views
0
Differences in Drawing by Version of .NET Framework

The .NET Framework 4.0 and 4.5 and 4.6 seem to have different drawing processes.I'm not sure what the difference is.Don't you know what the differences are?

2 years ago

1 answers
102 views
0
Error when attempting to deploy dnvm to use Omnisharp-atom in atom-editor

I would like to know how to successfully plug OmniSharp-atom into atom.We followed the instructions on the site below.https://note.nkmk.me/c-sharp-mac-atom-omnisharp/MONO installation completed succes...

2 years ago

1 answers
50 views
0
I want to allow ASP.NET site users access to files on the IIS server.

File upload control is pasted to ASP.NET web page.There is a mechanism for saving to a fixed-name file on an IIS server.Also, if there is a file saved in the previous operation, we have already done t...

2 years ago
« - 15 - »

© 2024 OneMinuteCode. All rights reserved.